Commit db6f1a09 authored by chenzihui's avatar chenzihui

完成

parent d5ea4ff8
......@@ -104,7 +104,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.initQuestionView();
this.initAnswerView();
this.moveInCakeNode();
this.moveInChooseNode();
}
createTitleView(){
......@@ -182,6 +181,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
.to(0.5, { x: 0 })
.call(()=>{
this.playAudioByUrl(this.data.questions[this.level - 1].audio, () => {
this.moveInChooseNode();
this.moveInMusicBtn();
this.moveInCandleNode();
this.showGreenCandle();
......
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