Omnibus commited on
Commit
db2909f
·
1 Parent(s): 9afd7d6

Update game.html

Browse files
Files changed (1) hide show
  1. game.html +2 -1
game.html CHANGED
@@ -162,8 +162,9 @@ function hitBomb (player, bomb)
162
 
163
  var mainCamera = this.cameras.main
164
  mainCamera.shake(250)
 
165
  mainCamera.on('camerafadeoutcomplete', function () {
166
- this.scene.start('GameOver');
167
  })
168
  }
169
  </script>
 
162
 
163
  var mainCamera = this.cameras.main
164
  mainCamera.shake(250)
165
+ mainCamera.fadeOut(6000)
166
  mainCamera.on('camerafadeoutcomplete', function () {
167
+ this.scene.restart();
168
  })
169
  }
170
  </script>