From 5678e23df1013047eeed229060c1297ec09be5b3 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: Fri, 12 Oct 2018 09:52:35 +0900 Subject: [PATCH] Fix: IE bug --- src/game/typing/whac_a_mole/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/typing/whac_a_mole/game.js b/src/game/typing/whac_a_mole/game.js index 93593f0..48bec0b 100644 --- a/src/game/typing/whac_a_mole/game.js +++ b/src/game/typing/whac_a_mole/game.js @@ -91,7 +91,7 @@ var WhacAMole = { this.helmetDone[i] = new Helmet(); this.helmetDone[i].move( game.world.centerX - 200 - i * OFFSET_WORD_X - 50, - TYPING_CONTENT_Y - 110, + TYPING_CONTENT_Y - 110 ); this.helmetDone[i].setType(Hammer.TYPE_PPYONG); this.helmetDone[i].alpha(0);