Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-libs
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
劳工
zeroing-libs
Commits
ede8aa48
Commit
ede8aa48
authored
Jul 11, 2020
by
汪欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addother
parent
77f8872c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
278 additions
and
240 deletions
+278
-240
main.js
src/custom/getAwayFromCloud/debug/main.js
+1
-0
main.js.map
src/custom/getAwayFromCloud/debug/main.js.map
+1
-1
GameTest.ts
src/custom/getAwayFromCloud/src/game/GameTest.ts
+1
-1
GameView.ts
src/custom/getAwayFromCloud/src/game/GameView.ts
+275
-238
No files found.
src/custom/getAwayFromCloud/debug/main.js
View file @
ede8aa48
...
@@ -406,6 +406,7 @@
...
@@ -406,6 +406,7 @@
};
};
return
GameTest
;
return
GameTest
;
}(
engine
.
Container
));
}(
engine
.
Container
));
//# sourceMappingURL=GameTest.js.map
var
props
=
{};
var
props
=
{};
function
prepareProps
()
{
function
prepareProps
()
{
...
...
src/custom/getAwayFromCloud/debug/main.js.map
View file @
ede8aa48
This diff is collapsed.
Click to expand it.
src/custom/getAwayFromCloud/src/game/GameTest.ts
View file @
ede8aa48
...
@@ -248,7 +248,7 @@ export default class GameTest extends engine.Container {
...
@@ -248,7 +248,7 @@ export default class GameTest extends engine.Container {
this
.
timeCounter
.
updateTime
(
this
.
timeCounter
.
time
);
this
.
timeCounter
.
updateTime
(
this
.
timeCounter
.
time
);
}
}
if
(
this
.
timeCounter
.
time
<=
0
)
{
if
(
this
.
timeCounter
.
time
<=
0
)
{
this
.
timeCounter
.
time
=
0
;
this
.
timeCounter
.
time
=
0
;
console
.
log
(
"游戏成功!"
);
console
.
log
(
"游戏成功!"
);
// 云动画
// 云动画
...
...
src/custom/getAwayFromCloud/src/game/GameView.ts
View file @
ede8aa48
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