feat: skin update

This commit is contained in:
2026-04-20 19:32:52 +08:00
parent b492dc99b6
commit f2e14f20f3
28 changed files with 1396 additions and 113 deletions
+3
View File
@@ -99,6 +99,9 @@ func _physics_process(delta):
return
# Only run on server/authority (Authority 1)
# Guard against peer being torn down (e.g. after host quits a solo match)
if not multiplayer.has_multiplayer_peer():
return
if not multiplayer.is_server():
return