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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user