Commit 6e90e22b authored by limingzhe's avatar limingzhe

fix: debug

parent 06da72b5
...@@ -672,6 +672,7 @@ cc.Class({ ...@@ -672,6 +672,7 @@ cc.Class({
this.curPaintColorCode = color; this.curPaintColorCode = color;
selectCircle.x = colorBtn.x; selectCircle.x = colorBtn.x;
colorSpr.scale = 1.2; colorSpr.scale = 1.2;
this.lastColorSpr = colorSpr;
} }
} }
...@@ -916,9 +917,11 @@ cc.Class({ ...@@ -916,9 +917,11 @@ cc.Class({
this.playAudioByName('a_o'); this.playAudioByName('a_o');
} else { } else {
curEditBox.wrongIcon.active = false; curEditBox.wrongIcon.active = false;
this.checkGameEnd();
} }
} else { } else {
this.checkGameEnd(!curEditBox.isWrong); 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