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
aecd327e
Commit
aecd327e
authored
May 29, 2019
by
rockyl
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into component-lib
parents
ba82ba8f
8bc28407
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
GameStage.ts
assets/scripts/game/GameStage.ts
+1
-0
manifest.json
manifest.json
+1
-1
No files found.
assets/scripts/game/GameStage.ts
View file @
aecd327e
...
@@ -204,6 +204,7 @@ export default class GameStage extends ScillaComponent {
...
@@ -204,6 +204,7 @@ export default class GameStage extends ScillaComponent {
if
(
this
.
_orderStatus
!==
0
&&
this
.
_digFinishedCount
===
this
.
_minerCount
)
{
if
(
this
.
_orderStatus
!==
0
&&
this
.
_digFinishedCount
===
this
.
_minerCount
)
{
switch
(
this
.
_orderStatus
)
{
switch
(
this
.
_orderStatus
)
{
case
2
:
case
2
:
case
4
:
this
.
onDigEnd
();
this
.
onDigEnd
();
break
;
break
;
case
1
:
case
1
:
...
...
manifest.json
View file @
aecd327e
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
"entryScene"
:
"main"
"entryScene"
:
"main"
},
},
"webServiceUrl-"
:
"http://10.10.93.204:7555 http://localhost:3010"
,
"webServiceUrl-"
:
"http://10.10.93.204:7555 http://localhost:3010"
,
"webServiceUrl"
:
"
http://localhost:3010
"
"webServiceUrl"
:
""
},
},
"dataCenterConfig"
:
{
"dataCenterConfig"
:
{
"dataCenterRoot"
:
[
"dataCenterRoot"
:
[
...
...
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