Commit 2d646244 authored by Tt's avatar Tt

调整对错

parent f3e6ad3f
...@@ -292,6 +292,8 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -292,6 +292,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
cc.Tween.stopAll(); cc.Tween.stopAll();
this.startCreate = false; this.startCreate = false;
this.nextQuestion(); this.nextQuestion();
} else {
this.canTouch = true;
} }
}, 1); }, 1);
}).by(0.5, { y: 1500 }).start(); }).by(0.5, { y: 1500 }).start();
......
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