Commit 36f82350 authored by 李维's avatar 李维

修复提前点击酷猫导致选项不加载的问题

parent bc437545
......@@ -212,7 +212,6 @@ cc.Class({
this.loadingLayer.setMaxPlayerNumber(5);
this.loadingLayer.onLoadFinished(() => {
this.gameStart = true;
this.refreshCoolCatPosition();
//TODO:copy
......@@ -221,6 +220,7 @@ cc.Class({
this.firstCar();
this.coolCatSpeakStart(() => {
this.gameStart = true;
this.startCountTime();
this.jumpToQuestion(this.status.currentQuestionIdx);
});
......
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