Commit 8b6285ea authored by 13732208043's avatar 13732208043

计时器更新

parent 3d35f1ef
This diff is collapsed.
...@@ -359,6 +359,7 @@ export default class GameView extends engine.Container { ...@@ -359,6 +359,7 @@ export default class GameView extends engine.Container {
.to({ rotation: 360 }, speed).call(() => { .to({ rotation: 360 }, speed).call(() => {
this.teaHalfFlagImg.rotation = 0; this.teaHalfFlagImg.rotation = 0;
}) })
this.schedule = setInterval(() => { this.schedule = setInterval(() => {
if (nowNum == totalNum) { if (nowNum == totalNum) {
showLog('达到最大长度'); showLog('达到最大长度');
......
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