Add DayController and QueueController to handle spawning of customer through out a day

This commit is contained in:
JonShard
2026-08-06 14:51:49 +02:00
parent 97e09b9c12
commit 1cf3afd440
13 changed files with 217 additions and 33 deletions
+2
View File
@@ -4,3 +4,5 @@ signal game_over
signal restart_game
signal game_state_changed(new_state: GameManager.GameState)
signal station_bought(instance: Node3D)
signal request_customer_spawn()
signal consumed_customer() # When a table consumes a customer from the queue