Omnibus commited on
Commit
3973d4c
1 Parent(s): d92fe7a

Update game.html

Browse files
Files changed (1) hide show
  1. game.html +1 -1
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
  }