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