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

Update game.html

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