Актуальная версия PRD_TU_MP550, что на полигоне

This commit is contained in:
TotMaxim
2025-11-09 16:49:16 +03:00
parent e202a21162
commit 8a87cc70f6
13 changed files with 5138 additions and 56 deletions

View File

@@ -139,7 +139,9 @@ class ClientFs extends Node:
emit_signal("data_fs", data[1])
if not command_stack.is_empty() and command_done:
send_fs_data()
if _status == _stream.STATUS_CONNECTED:
send_fs_data()
func connect_to_host(host: String, port: int) -> void:
print('Connect to %s:%s' % [host, port])