Add: animal score text

This commit is contained in:
2019-05-17 09:54:56 +09:00
parent 1e9aeb818f
commit 26f7b19f9a
3 changed files with 50 additions and 4 deletions
+3 -2
View File
@@ -41,10 +41,11 @@ var TypingTest = {
var typingContentBG = new TypingContentBG();
typingContentBG.makeTestContentBG();
this.animalList = new AnimalList(100);
this.animalList = new AnimalList(90);
this.animalList.printScore(AnimalList.TYPE_TEST);
var TYPING_CONTENT_Y = 220; // 320;
var TYPING_CONTENT_Y = 230; // 320;
if( (isKoreanTypingApp() && isTypingSentenceApp())
|| (isEnglishTypingApp() && isTypingSentenceApp()) )