Commit 66d84c06 authored by chenzihui's avatar chenzihui

2

parent c08c9f47
......@@ -101,7 +101,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
startGame(){
this.rightQuestion = 0;
this.initQuestionView();
this.initAnswerView();
this.moveInCakeNode();
......@@ -598,6 +597,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.showEndCome();
this.playLocalAudio("effect_end");
}
this.rightQuestion = 0;
}
// _cantouch = null;
......
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