Add deliver result popup over delivery counter
This commit is contained in:
parent
5716e49c58
commit
a4d3abfb89
5 changed files with 695 additions and 87 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Reference in a new issue