Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
super-miner
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
劳工
super-miner
Commits
94e07989
Commit
94e07989
authored
May 30, 2019
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
轮训判断2或者4都为成功
parent
48f1c7f4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
10 deletions
+44
-10
.scilla
.scilla
+28
-1
main.scene
assets/scenes/main.scene
+9
-4
manifest.json
manifest.json
+1
-1
activityBaseInfo.json
mock/aaw/miningMachine/activityBaseInfo.json
+1
-1
tsconfig.json
tsconfig.json
+5
-3
No files found.
.scilla
View file @
94e07989
{"currentScene":"assets/scenes/main.scene","dependencies":{"animation/Zoom":"1.0.0","animation/Translation":"1.0.0","renderer/HtmlRenderer":"1.0.0","ui/ScrollView":"1.0.0","ui/Button":"1.0.0","animation/TouchZoom":"1.0.0","animation/Fade":"1.0.0","animation/Wave":"1.0.0","other/RelativeLayout":"1.0.0","other/FullStageSize":"1.0.0","other/CameraController":"1.0.0","renderer/TextureRenderer":"1.0.0","renderer/RectRenderer":"1.0.0","renderer/FrameAnimationRenderer":"1.0.0","renderer/TextRenderer":"1.0.0","renderer/LineRenderer":"1.0.0","base/TouchInterrupt":"1.0.0","base/InteractComponent":"1.0.0","renderer/GraphicRenderer":"1.0.0","base/Transform":"1.0.3","base/ScillaComponent":"1.0.0","renderer/Renderer":"1.0.0"}}
\ No newline at end of file
{
"currentScene": "assets/scenes/main.scene",
"dependencies": {
"animation/Zoom": "1.0.0",
"animation/Translation": "1.0.0",
"renderer/HtmlRenderer": "1.0.0",
"ui/ScrollView": "1.0.0",
"ui/Button": "1.0.0",
"animation/TouchZoom": "1.0.0",
"animation/Fade": "1.0.0",
"animation/Wave": "1.0.0",
"other/RelativeLayout": "1.0.0",
"other/FullStageSize": "1.0.0",
"other/CameraController": "1.0.0",
"renderer/TextureRenderer": "1.0.0",
"renderer/RectRenderer": "1.0.0",
"renderer/FrameAnimationRenderer": "1.0.0",
"renderer/TextRenderer": "1.0.0",
"renderer/LineRenderer": "1.0.0",
"renderer/CircleRenderer": "1.0.0",
"base/TouchInterrupt": "1.0.0",
"base/InteractComponent": "1.0.0",
"renderer/GraphicRenderer": "1.0.0",
"base/Transform": "1.0.3",
"base/ScillaComponent": "1.0.0",
"renderer/Renderer": "1.0.0"
}
}
\ No newline at end of file
assets/scenes/main.scene
View file @
94e07989
...
...
@@ -82,7 +82,8 @@
"x": 0,
"_type_": "scilla/support/Vector2D"
}
}
},
"disabled": false
}
],
"uuid": "2382acac-af06-4933-9bf7-179f99acbf67",
...
...
@@ -122,14 +123,16 @@
"pivot": {
"y": 1,
"_type_": "scilla/support/Vector2D"
}
},
"affectChildren": false
}
},
{
"script": "components/other/FullStageSize",
"properties": {
"once": true
}
},
"disabled": false
},
{
"script": "./scripts/scenes/SceneStart",
...
...
@@ -1122,7 +1125,9 @@
"components": [
{
"script": "components/base/Transform",
"properties": {}
"properties": {
"affectChildren": true
}
},
{
"script": "./scripts/popup/Popup",
...
...
manifest.json
View file @
94e07989
...
...
@@ -16,7 +16,7 @@
"entryScene"
:
"main"
},
"webServiceUrl-"
:
"http://10.10.93.204:7555 http://localhost:3010"
,
"webServiceUrl"
:
""
"webServiceUrl"
:
"
http://localhost:3010
"
},
"dataCenterConfig"
:
{
"dataCenterRoot"
:
[
...
...
mock/aaw/miningMachine/activityBaseInfo.json
View file @
94e07989
...
...
@@ -8,6 +8,6 @@
"heapCredits"
:
400
,
"miningExpend"
:
100
,
"pkExpend"
:
100
,
"machineNickname"
:
"超级登山包超级登山包超级登山包"
"machineNickname
1
"
:
"超级登山包超级登山包超级登山包"
}
}
\ No newline at end of file
tsconfig.json
View file @
94e07989
...
...
@@ -7,6 +7,7 @@
"noImplicitAny"
:
false
,
"noEmitOnError"
:
false
,
"downlevelIteration"
:
true
,
"allowJs"
:
true
,
"lib"
:
[
"es5"
,
"es6"
,
...
...
@@ -75,6 +76,9 @@
"components/renderer/LineRenderer"
:
[
"components/src/renderer/LineRenderer/1.0.0/index"
],
"components/renderer/CircleRenderer"
:
[
"components/src/renderer/CircleRenderer/1.0.0/index"
],
"components/base/TouchInterrupt"
:
[
"components/src/base/TouchInterrupt/1.0.0/index"
],
...
...
@@ -97,8 +101,6 @@
},
"include"
:
[
"src"
,
"assets"
,
"node_modules/scilla/src"
,
"node_modules/scilla-components/src"
"assets"
]
}
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