diff --git a/src/game/typing/word_flyingsaucer/flyingsaucer.js b/src/game/typing/word_flyingsaucer/flyingsaucer.js index 5185e63..a8fc4be 100644 --- a/src/game/typing/word_flyingsaucer/flyingsaucer.js +++ b/src/game/typing/word_flyingsaucer/flyingsaucer.js @@ -358,7 +358,7 @@ FlyingSaucer.loadResource = function() { -FlyingSaucer.DEFAULT_SPEED = 100; // dot per sec +FlyingSaucer.DEFAULT_SPEED = 10; // dot per sec FlyingSaucer.SPEED_UP_AMOUNT = 4; // dot per sec FlyingSaucer.SPEED_DOWN_AMOUNT = FlyingSaucer.SPEED_UP_AMOUNT / 2; // dot per sec @@ -381,5 +381,6 @@ FlyingSaucer.JET_COLOR_LOW = 0xff0000; FlyingSaucer.COKCPIT_COLOR = [ // 0xff0000, 0xff6600, 0xffff00, 0x00ffff, 0x00ffff, 0x6666ff, 0xff00ff - 0x00ffff, 0x55aacc, 0x0000ff, 0x8800cc, 0xff00ff, 0x6666ff, 0xff00ff + // 0x00ffff, 0x55aacc, 0x0000ff, 0x8800cc, 0xff00ff, 0x6666ff, 0xff00ff + 0xffff33, 0x00ff00, 0x00ccff, 0x3366ff, 0x9933ff, 0xff00ff, 0xff6600 ] \ No newline at end of file diff --git a/src/game/typing/word_flyingsaucer/game.js b/src/game/typing/word_flyingsaucer/game.js index eb8b1cb..16ba27f 100644 --- a/src/game/typing/word_flyingsaucer/game.js +++ b/src/game/typing/word_flyingsaucer/game.js @@ -177,7 +177,7 @@ var WordFlyingSaucer = { gameOver: function() { var gameOverText = new GameOverText(); - // this.updateResultRecord(); + this.updateResultRecord(); this.stopAndGoResult(); }, diff --git a/src/game/typing/word_list/korean_right_lower.js b/src/game/typing/word_list/korean_right_lower.js index 4145bf8..0fbff16 100644 --- a/src/game/typing/word_list/korean_right_lower.js +++ b/src/game/typing/word_list/korean_right_lower.js @@ -46,7 +46,6 @@ var koreanRightLowerWordList = [ "싱글싱글", "아우성", "아프다", - "어름", "어이구", "얼음", "여물다",