Omnibus commited on
Commit
5aa3270
·
1 Parent(s): 6584fed

Update game.html

Browse files
Files changed (1) hide show
  1. game.html +1 -1
game.html CHANGED
@@ -165,7 +165,7 @@ function hitBomb (player, bomb)
165
  mainCamera.fadeOut(3000);
166
  mainCamera.once('camerafadeoutcomplete', function () {
167
  //this.registry.destroy();
168
- this.events.off();
169
  this.input.on('pointerdown', () => this.scene.restart());
170
  });
171
 
 
165
  mainCamera.fadeOut(3000);
166
  mainCamera.once('camerafadeoutcomplete', function () {
167
  //this.registry.destroy();
168
+ //this.events.off();
169
  this.input.on('pointerdown', () => this.scene.restart());
170
  });
171