Update game.html
Browse files
game.html
CHANGED
@@ -170,7 +170,7 @@ function hitBomb (player, bomb)
|
|
170 |
});
|
171 |
|
172 |
this.input.on('pointerdown', () => this.scene.restart();
|
173 |
-
|
174 |
}
|
175 |
</script>
|
176 |
<div>
|
|
|
170 |
});
|
171 |
|
172 |
this.input.on('pointerdown', () => this.scene.restart();
|
173 |
+
);
|
174 |
}
|
175 |
</script>
|
176 |
<div>
|