feat: update

This commit is contained in:
2026-06-12 18:05:04 +08:00
parent 8a2fb36a98
commit 9dd3c59edf
67 changed files with 2298 additions and 74 deletions
+3
View File
@@ -90,6 +90,9 @@ func _process(delta):
if not is_active:
return
if not multiplayer.has_multiplayer_peer() or multiplayer.multiplayer_peer == null:
return
# Decrement timer locally for all peers (smoother HUD than waiting for RPC)
phase_timer -= delta