Commit ede8aa48 authored by 汪欢's avatar 汪欢

addother

parent 77f8872c
......@@ -406,6 +406,7 @@
};
return GameTest;
}(engine.Container));
//# sourceMappingURL=GameTest.js.map
var props = {};
function prepareProps() {
......
......@@ -248,7 +248,7 @@ export default class GameTest extends engine.Container {
this.timeCounter.updateTime(this.timeCounter.time);
}
if (this.timeCounter.time <= 0) {
if (this.timeCounter.time <= 0 ) {
this.timeCounter.time = 0;
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