Доработка. WIP Управление оператором. Отправка команд
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user