Update game.html
Browse files
game.html
CHANGED
@@ -113,7 +113,7 @@ function update ()
|
|
113 |
mainCamera.shake(250);
|
114 |
mainCamera.fadeOut(3000);
|
115 |
this.scene.restart();
|
116 |
-
|
117 |
}
|
118 |
if (cursors.left.isDown)
|
119 |
{
|
|
|
113 |
mainCamera.shake(250);
|
114 |
mainCamera.fadeOut(3000);
|
115 |
this.scene.restart();
|
116 |
+
|
117 |
}
|
118 |
if (cursors.left.isDown)
|
119 |
{
|