aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Assets/Scripts/Controllers/GameController.cs
diff options
context:
space:
mode:
authorCarson Katri <carson.katri@gmail.com>2021-06-13 01:07:20 -0400
committerCarson Katri <carson.katri@gmail.com>2021-06-13 01:07:20 -0400
commitf2ea922dfd57bdbd64a0091eab3b97f936281343 (patch)
treeae56f5106566f1b2bf676d48566d9f1568f13ed8 /Assets/Scripts/Controllers/GameController.cs
parentaf13ca7f36f617c95e3932bb3282e7a5ffa8d2fe (diff)
downloadgmtk-gamejam-f2ea922dfd57bdbd64a0091eab3b97f936281343.tar.gz
gmtk-gamejam-f2ea922dfd57bdbd64a0091eab3b97f936281343.tar.zst
gmtk-gamejam-f2ea922dfd57bdbd64a0091eab3b97f936281343.zip
Add main menu
Diffstat (limited to 'Assets/Scripts/Controllers/GameController.cs')
-rw-r--r--Assets/Scripts/Controllers/GameController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/Controllers/GameController.cs b/Assets/Scripts/Controllers/GameController.cs
index 4bdae38..739f76c 100644
--- a/Assets/Scripts/Controllers/GameController.cs
+++ b/Assets/Scripts/Controllers/GameController.cs
@@ -20,7 +20,7 @@ namespace Controllers
public bool freezeMotion;
private float startTime;
- [SerializeField] private float timeLimit;
+ public static float timeLimit;
/// <summary>
/// The single ball for the game.