feat: update chat

This commit is contained in:
2026-04-15 07:31:49 +08:00
parent a592eb1de0
commit 01661a56ba
9 changed files with 430 additions and 115 deletions
+2
View File
@@ -43,6 +43,8 @@ func initialize(p_player: Node3D, p_gridmap: Node):
set_process(true)
func _process(delta):
if not multiplayer.has_multiplayer_peer():
return
if not is_instance_valid(player) or not player.is_multiplayer_authority():
return