Fix: test player, test maestro account
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user