Omnibus commited on
Commit
2934890
1 Parent(s): 087e655

Update game.html

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