From f2ea922dfd57bdbd64a0091eab3b97f936281343 Mon Sep 17 00:00:00 2001 From: Carson Katri Date: Sun, 13 Jun 2021 01:07:20 -0400 Subject: Add main menu --- Assets/Scripts/Controllers/GameController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assets/Scripts/Controllers/GameController.cs') 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; /// /// The single ball for the game. -- cgit v1.2.3