Add deliver result popup over delivery counter

This commit is contained in:
BuyMyMojo 2023-03-04 10:09:28 +11:00
parent 5716e49c58
commit a4d3abfb89
5 changed files with 695 additions and 87 deletions

View file

@ -26,7 +26,7 @@ public class GameStateManager : MonoBehaviour
// --- Timers ---
private float countdownToStartTimer = 3f;
private float gamePlayTimer;
private float gamePlayTimerMax = 10f;
private float gamePlayTimerMax = 30f;
private void Awake()
{