Commit ede8aa48 authored by 汪欢's avatar 汪欢

addother

parent 77f8872c
...@@ -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() {
......
...@@ -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("游戏成功!");
// 云动画 // 云动画
......
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