Update game.html
Browse files
game.html
CHANGED
@@ -167,7 +167,7 @@ function hitBomb (player, bomb)
|
|
167 |
this.registry.destroy();
|
168 |
this.events.off();
|
169 |
|
170 |
-
});
|
171 |
this.input.on('pointerdown', () => this.scene.restart();
|
172 |
|
173 |
}
|
|
|
167 |
this.registry.destroy();
|
168 |
this.events.off();
|
169 |
|
170 |
+
}));
|
171 |
this.input.on('pointerdown', () => this.scene.restart();
|
172 |
|
173 |
}
|