diff --git a/src/game/lib/animal.js b/src/game/lib/animal.js index 5e2a6e0..4bf629f 100644 --- a/src/game/lib/animal.js +++ b/src/game/lib/animal.js @@ -161,14 +161,14 @@ Animal.ANIMATION_TYPE_DAMAGE = 1; Animal.SPECIES_DATA = [ { "species" : "snail", "runningFPS" : 1.1, "practiceTypingCount" : 0, "testTypingCount" : 0 }, { "species" : "turtle", "runningFPS" : 2.2, "practiceTypingCount" : 5, "testTypingCount" : 20 }, - { "species" : "cat", "runningFPS" : 4.4, "practiceTypingCount" : 10, "testTypingCount" : 50 }, - { "species" : "lion", "runningFPS" : 6.9, "practiceTypingCount" : 15, "testTypingCount" : 100 }, - { "species" : "rabbit", "runningFPS" : 9.3, "practiceTypingCount" : 20, "testTypingCount" : 200 }, - { "species" : "ostrich", "runningFPS" : 12.8, "practiceTypingCount" : 30, "testTypingCount" : 300 }, - { "species" : "horse", "runningFPS" : 16.2, "practiceTypingCount" : 40, "testTypingCount" : 400 }, - { "species" : "dog", "runningFPS" : 20.1, "practiceTypingCount" : 50, "testTypingCount" : 500 }, - { "species" : "cheetah", "runningFPS" : 25.4, "practiceTypingCount" : 60, "testTypingCount" : 600 }, - { "species" : "eagle", "runningFPS" : 30.5, "practiceTypingCount" : 80, "testTypingCount" : 700 } + { "species" : "cat", "runningFPS" : 3.3, "practiceTypingCount" : 10, "testTypingCount" : 50 }, + { "species" : "lion", "runningFPS" : 4.4, "practiceTypingCount" : 15, "testTypingCount" : 100 }, + { "species" : "rabbit", "runningFPS" : 5.5, "practiceTypingCount" : 20, "testTypingCount" : 200 }, + { "species" : "ostrich", "runningFPS" : 7.7, "practiceTypingCount" : 25, "testTypingCount" : 300 }, + { "species" : "horse", "runningFPS" : 9.9, "practiceTypingCount" : 30, "testTypingCount" : 400 }, + { "species" : "dog", "runningFPS" : 12.2, "practiceTypingCount" : 35, "testTypingCount" : 500 }, + { "species" : "cheetah", "runningFPS" : 16, "practiceTypingCount" : 40, "testTypingCount" : 600 }, + { "species" : "eagle", "runningFPS" : 20, "practiceTypingCount" : 50, "testTypingCount" : 700 } ]; Animal.SPRITE_NAMES = { diff --git a/src/game/result/result.js b/src/game/result/result.js index 14a42ff..896401c 100644 --- a/src/game/result/result.js +++ b/src/game/result/result.js @@ -35,7 +35,6 @@ class Result { // contents this.printRecord(); - this.printTodayBestRecord(); this.uploadRecord(); this.makeRestartButton(); @@ -46,6 +45,7 @@ class Result { this.announceBox.drawBox("체험 계정에서는 기록이 저장되지 않습니다."); } else { let recordBoard = new RecordBoard(RecordBoard.TYPE_DB); + this.printTodayBestRecord(); } diff --git a/src/game/typing/alphabet_list/english_basic.js b/src/game/typing/alphabet_list/english_basic.js index e39020a..e26f6f9 100644 --- a/src/game/typing/alphabet_list/english_basic.js +++ b/src/game/typing/alphabet_list/english_basic.js @@ -5,7 +5,5 @@ var englishBasicWordList = [ "f", "j", "k", - "l", - ";", - "'" + "l" ]; \ No newline at end of file