Added marixil's work, v1.1

This commit is contained in:
2018-04-13 10:40:35 +10:00
parent 28c6f8cac2
commit 35617b5bf0
33 changed files with 1630 additions and 13 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public class GameController : MonoBehaviour {
Application.Quit ();
}
if (PersistentData.timer <= 0 || Input.GetKeyDown("space")) {
if (PersistentData.timer <= 0) {
SceneManager.LoadScene ("gameover");
}