Spaces:
Runtime error
Runtime error
Update game.html
Browse files
game.html
CHANGED
|
@@ -167,7 +167,8 @@ 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 |
+
);
|
| 172 |
this.input.on('pointerdown', () => this.scene.restart();
|
| 173 |
|
| 174 |
}
|