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);