Доработка. WIP Управление оператором. Отправка команд

This commit is contained in:
sasha80
2026-03-26 10:35:27 +03:00
parent 68ab1b325d
commit 7b80852017
8 changed files with 232 additions and 29 deletions

View File

@@ -32,4 +32,6 @@ offset_right = 104.0
offset_bottom = 27.0
theme_override_colors/font_color = Color(1, 0.596078, 0.4, 1)
theme_override_styles/normal = SubResource("StyleBoxFlat_yign5")
horizontal_alignment = 1
vertical_alignment = 1
script = SubResource("GDScript_dhnrx")

View File

@@ -55,7 +55,7 @@ func defaultselector_color_proc(_i_row: int): return selector_color
func _assert(val: bool, msg: String = '<не указано>'):
if val: return
push_error('ошибка: %s\n' % msg)
push_error('%s\n' % msg)
get_tree().quit(1)