Commit 2d22900c authored by limingzhe's avatar limingzhe

fix: debug

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