Commit 6e90e22b authored by limingzhe's avatar limingzhe

fix: debug

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