Commit db6f1a09 authored by chenzihui's avatar chenzihui

完成

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