From f66c5eeabc3a4fb5e01f6a66e535fe2c297cf3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Tue, 8 Jan 2019 23:10:58 +0900 Subject: [PATCH] Fix: cockpit color --- src/game/typing/word_flyingsaucer/flyingsaucer.js | 5 +++-- src/game/typing/word_flyingsaucer/game.js | 2 +- src/game/typing/word_list/korean_right_lower.js | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) 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 = [ "싱글싱글", "아우성", "아프다", - "어름", "어이구", "얼음", "여물다",