Add: animal sprite sheet

This commit is contained in:
2018-11-12 10:34:37 +09:00
parent 72e0c95992
commit 99ca77d950
35 changed files with 125 additions and 34 deletions
+4 -4
View File
@@ -30,13 +30,13 @@ var TypingPractice = {
}));
this.animalList = new AnimalList(100);
// typing content
var typingContentBG = new TypingContentBG();
typingContentBG.makePracticeContentBG();
this.animalList = new AnimalList(100);
var TYPING_CONTENT_Y = 200;
textStyleBasic.font = "bold 84px Times New Roman";
@@ -405,7 +405,7 @@ TypingPractice.TYPING_COUNT_PLUS_ENTER = 1;
TypingPractice.OFFSET_RIGHT_ALIGN = 10;
TypingPractice.STAGE_TIMER_SEC = 30;
TypingPractice.STAGE_TIMER_SEC = 60;
TypingPractice.COLOR_CONTENT_INPUT = "#dddddd";
TypingPractice.COLOR_BRACKET = "#dddd70";