feat: Introduce Stop N Go game mode with new managers for phases, missions, and special tiles.

This commit is contained in:
Yogi Wiguna
2026-03-25 15:21:13 +08:00
parent f482909df5
commit 0616d3a20a
3 changed files with 143 additions and 74 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ signal scarcity_mode_changed(mode: String)
var disconnect_reason: String = ""
# Stop N Go settings
var sng_go_duration: int = 15
var sng_go_duration: int = 20
var sng_stop_duration: int = 4
var sng_required_goals: int = 8