Commit 2d22900c authored by limingzhe's avatar limingzhe

fix: debug

parent 60e4c209
......@@ -1108,7 +1108,6 @@ cc.Class({
if (answerData[key] && answerData[key].isFinish) {
console.log('~showLetter')
playAudio(this.rightClip);
this.showLetter(animaNode);
} else {
......@@ -2113,6 +2112,8 @@ cc.Class({
// picNode.playRightAnim();
this.playRightAnim(picNode);
playAudio(this.rightClip);
if (!this.isGameEnd) {
this.checkGameEnd();
......
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