Fix: IE bug
This commit is contained in:
@@ -91,7 +91,7 @@ var WhacAMole = {
|
|||||||
this.helmetDone[i] = new Helmet();
|
this.helmetDone[i] = new Helmet();
|
||||||
this.helmetDone[i].move(
|
this.helmetDone[i].move(
|
||||||
game.world.centerX - 200 - i * OFFSET_WORD_X - 50,
|
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].setType(Hammer.TYPE_PPYONG);
|
||||||
this.helmetDone[i].alpha(0);
|
this.helmetDone[i].alpha(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user