Fix: IE bug

This commit is contained in:
2018-10-12 09:52:35 +09:00
parent dbcc8b3848
commit 5678e23df1
+1 -1
View File
@@ -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);