Bump game length to 60s

This commit is contained in:
BuyMyMojo 2023-03-04 10:15:01 +11:00
parent 478b208c90
commit 3109bc6025
2 changed files with 2 additions and 2 deletions

View file

@ -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()
{