Omnibus commited on
Commit
ad75b1e
1 Parent(s): 1629599

Update game.html

Browse files
Files changed (1) hide show
  1. game.html +3 -2
game.html CHANGED
@@ -109,8 +109,9 @@ function create ()
109
  function update ()
110
  {
111
  if (gameOver)
112
- { this.registry.destroy();
113
- this.events.off();
 
114
  this.scene.restart();
115
  return;
116
  }
 
109
  function update ()
110
  {
111
  if (gameOver)
112
+ {
113
+ //this.registry.destroy();
114
+ //this.events.off();
115
  this.scene.restart();
116
  return;
117
  }