Fix: test player, test maestro account

This commit is contained in:
2019-09-16 00:32:10 +09:00
parent ead4aec6f0
commit 7caafb712d
5 changed files with 22 additions and 15 deletions
@@ -156,9 +156,11 @@ TypingExamButton.prototype.setInputEnabled = function(isEnabled) {
if(isEnabled === true) {
this.mouseOut();
this.writingNameText.style.fill = MainColor.LINEN_STRING;
this.animal.sprite.alpha = 1;
} else {
this.buttonDisabled();
this.writingNameText.style.fill = MainColor.GRAY_STRING;
this.animal.sprite.alpha = 0.3;
}
}