feat: implement the new "Stop N Go" game mode, including phase management, dynamic safe zones, player missions, and dedicated UI with visual effects.

This commit is contained in:
Yogi Wiguna
2026-03-24 15:16:30 +08:00
parent da9ba9361d
commit 4946f1daa6
30 changed files with 759 additions and 48 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ func _apply_settings():
"""Apply current settings to UI elements."""
# Apply joystick visibility
if virtual_joystick:
virtual_joystick.visible = joystick_enabled
virtual_joystick.visible = joystick_enabled and _is_touch_device()
# Apply touch buttons visibility - FORCED ON per request to "just show them"
# Apply touch buttons visibility