Fix: apply animal sheet to game, menu
This commit is contained in:
@@ -380,9 +380,10 @@ var TypingPractice = {
|
||||
// this.goResult();
|
||||
}
|
||||
} else {
|
||||
this.typingScore.reset();
|
||||
if(this.playingAnimalIndex > 0)
|
||||
this.playingAnimalIndex--;
|
||||
this.typingScore.set(Animal.getAnimalPracticeTypingCount(this.playingAnimalIndex));
|
||||
|
||||
this.playingAnimalIndex = 0;
|
||||
this.animalList.activate(this.playingAnimalIndex);
|
||||
this.animalList.tweenAnimation(Animal.ANIMATION_TYPE_DAMAGE);
|
||||
}
|
||||
@@ -405,7 +406,7 @@ TypingPractice.TYPING_COUNT_PLUS_ENTER = 1;
|
||||
|
||||
TypingPractice.OFFSET_RIGHT_ALIGN = 10;
|
||||
|
||||
TypingPractice.STAGE_TIMER_SEC = 60;
|
||||
TypingPractice.STAGE_TIMER_SEC = 30;
|
||||
|
||||
TypingPractice.COLOR_CONTENT_INPUT = "#dddddd";
|
||||
TypingPractice.COLOR_BRACKET = "#dddd70";
|
||||
|
||||
Reference in New Issue
Block a user