Commit 48e34320 authored by wildfirecode's avatar wildfirecode

1

parent d28e6846
......@@ -18,6 +18,13 @@
{
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/other/RelativeLayout",
"properties": {
"top": 0,
"left": 0
}
}
],
"children": [
......
{
"name": "test",
"root": {
"uuid": "20190301114308",
components: [
{
"script": "components/base/Transform"
},
{
script: 'components/other/CameraController'
},
],
"children": [
{
"uuid": "20190301114245",
"name": "test",
"components": [
{
"script": "components/base/Transform",
"properties": {}
},
]
}
]
},
"entity-cache": []
}
\ No newline at end of file
{"ver":"1.0.1","uuid":"07c47af5-c5fc-4d7f-ad55-b30a06453b34","subMetas":{},"type":"prefab"}
......@@ -221,6 +221,12 @@
"y": 420.7142857142857
}
}
},
{
"script": "components/other/RelativeLayout",
"properties": {
"top": 1200
}
}
],
"uuid": "a5b807ba-098f-4b6e-b0da-e42b6324f62a",
......@@ -554,7 +560,12 @@
"components": [
{
"script": "components/base/Transform",
"properties": {}
"properties": {
"position": {
"_x": 0,
"_y": 0
}
}
},
{
"script": "./scripts/popup/Popup",
......
......@@ -10,6 +10,7 @@ import { Transform } from 'scilla-components/src';
export default class ScenePlay extends Component implements INavigatorViewBase {
BallItemPrefab: resource;
testPrefab: resource;
bulletNumTxt: Entity;
strengthNumTxt: Entity;
......
No preview for this file type
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment