Commit feb49ac3 authored by 范雪寒's avatar 范雪寒

fix: 下一题开始前增加停顿

parent bc14a8c0
...@@ -380,6 +380,7 @@ cc.Class({ ...@@ -380,6 +380,7 @@ cc.Class({
if (this.isEndGame()) { if (this.isEndGame()) {
this.onGameEnd(); this.onGameEnd();
} else { } else {
await asyncDelay(1.5);
await this.playQuestionAudio(); await this.playQuestionAudio();
this.startShowBalls(); this.startShowBalls();
} }
......
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