Доработка. 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

@@ -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)