From 7abe3cafbb263545c63ee5212ba00717fb454b6e 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: Wed, 16 Jan 2019 06:20:30 +0900 Subject: [PATCH] Fix: word flyingsaucer default speed 10 -> 2 --- src/game/typing/word_flyingsaucer/flyingsaucer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/typing/word_flyingsaucer/flyingsaucer.js b/src/game/typing/word_flyingsaucer/flyingsaucer.js index a141322..80f04df 100644 --- a/src/game/typing/word_flyingsaucer/flyingsaucer.js +++ b/src/game/typing/word_flyingsaucer/flyingsaucer.js @@ -356,7 +356,7 @@ FlyingSaucer.loadResource = function() { -FlyingSaucer.DEFAULT_SPEED = 10; // dot per sec +FlyingSaucer.DEFAULT_SPEED = 2; // dot per sec FlyingSaucer.SPEED_UP_AMOUNT = 4; // dot per sec FlyingSaucer.SPEED_DOWN_AMOUNT = FlyingSaucer.SPEED_UP_AMOUNT / 2; // dot per sec