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
+1
View File
@@ -35,6 +35,7 @@ func _start_timer():
timer.start()
func _on_timer_timeout():
if not multiplayer.has_multiplayer_peer(): return
if not is_multiplayer_authority(): return
if not tekton or not enhanced_gridmap: return