Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scilla-kickball
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
scilla-kickball
Commits
48e34320
Commit
48e34320
authored
Apr 19, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d28e6846
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
49 additions
and
2 deletions
+49
-2
BallItem.pfb
assets/prefabs/BallItem.pfb
+7
-0
test.pfb
assets/prefabs/test.pfb
+27
-0
test.pfb.meta
assets/prefabs/test.pfb.meta
+1
-0
main.scene
assets/scenes/main.scene
+12
-1
ScenePlay.ts
assets/scripts/scenes/ScenePlay.ts
+1
-0
.DS_Store
assets/sheets/.DS_Store
+0
-0
bundle.js.map
debug/bundle.js.map
+1
-1
No files found.
assets/prefabs/BallItem.pfb
View file @
48e34320
...
@@ -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": [
...
...
assets/prefabs/test.pfb
0 → 100644
View file @
48e34320
{
"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
assets/prefabs/test.pfb.meta
0 → 100644
View file @
48e34320
{"ver":"1.0.1","uuid":"07c47af5-c5fc-4d7f-ad55-b30a06453b34","subMetas":{},"type":"prefab"}
assets/scenes/main.scene
View file @
48e34320
...
@@ -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",
...
...
assets/scripts/scenes/ScenePlay.ts
View file @
48e34320
...
@@ -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
;
...
...
assets/sheets/.DS_Store
View file @
48e34320
No preview for this file type
debug/bundle.js.map
View file @
48e34320
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment