Commit 48e34320 authored by wildfirecode's avatar wildfirecode

1

parent d28e6846
...@@ -18,6 +18,13 @@ ...@@ -18,6 +18,13 @@
{ {
"script": "components/base/Transform", "script": "components/base/Transform",
"properties": {} "properties": {}
},
{
"script": "components/other/RelativeLayout",
"properties": {
"top": 0,
"left": 0
}
} }
], ],
"children": [ "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 @@ ...@@ -221,6 +221,12 @@
"y": 420.7142857142857 "y": 420.7142857142857
} }
} }
},
{
"script": "components/other/RelativeLayout",
"properties": {
"top": 1200
}
} }
], ],
"uuid": "a5b807ba-098f-4b6e-b0da-e42b6324f62a", "uuid": "a5b807ba-098f-4b6e-b0da-e42b6324f62a",
...@@ -554,7 +560,12 @@ ...@@ -554,7 +560,12 @@
"components": [ "components": [
{ {
"script": "components/base/Transform", "script": "components/base/Transform",
"properties": {} "properties": {
"position": {
"_x": 0,
"_y": 0
}
}
}, },
{ {
"script": "./scripts/popup/Popup", "script": "./scripts/popup/Popup",
......
...@@ -10,6 +10,7 @@ import { Transform } from 'scilla-components/src'; ...@@ -10,6 +10,7 @@ import { Transform } from 'scilla-components/src';
export default class ScenePlay extends Component implements INavigatorViewBase { export default class ScenePlay extends Component implements INavigatorViewBase {
BallItemPrefab: resource; BallItemPrefab: resource;
testPrefab: resource;
bulletNumTxt: Entity; bulletNumTxt: Entity;
strengthNumTxt: Entity; strengthNumTxt: Entity;
......
No preview for this file type
This source diff could not be displayed because it is too large. You can view the blob instead.
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