Add: animal score text
This commit is contained in:
@@ -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()) )
|
||||
|
||||
Reference in New Issue
Block a user