From 3109bc6025b10ba0f0b9a25472e8ca892882952d Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Sat, 4 Mar 2023 10:15:01 +1100 Subject: [PATCH] Bump game length to 60s --- .erp | 2 +- Assets/Scripts/GameStateManager.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.erp b/.erp index 61d0a3b..5178c1b 100644 --- a/.erp +++ b/.erp @@ -5,7 +5,7 @@ false false true - 1677887559 + 1677887734 4881733312513047015 false \ No newline at end of file diff --git a/Assets/Scripts/GameStateManager.cs b/Assets/Scripts/GameStateManager.cs index 0c5372e..5235561 100644 --- a/Assets/Scripts/GameStateManager.cs +++ b/Assets/Scripts/GameStateManager.cs @@ -26,7 +26,7 @@ public class GameStateManager : MonoBehaviour // --- Timers --- private float countdownToStartTimer = 3f; private float gamePlayTimer; - private float gamePlayTimerMax = 30f; + private float gamePlayTimerMax = 60f; private void Awake() {