Доработка. Режим Контроль. Отжатие кнопки выбора прибора при выходе из режма Контроль
This commit is contained in:
@@ -49,7 +49,13 @@ const null_units_names = ['уарэп-афсп-левый', 'уарэп-афсп
|
||||
|
||||
|
||||
func on_line_changed(u, conn_node, _pribor_meta): conn_node.set_val(u.online)
|
||||
func on_mode_changed(): clean_pribor_items()
|
||||
|
||||
|
||||
func on_mode_changed():
|
||||
clean_pribor_items()
|
||||
var pribor_buttons: = get_tree().get_nodes_in_group('pribor_buttons')
|
||||
for node in pribor_buttons:
|
||||
node.button_pressed = false
|
||||
|
||||
|
||||
func _ready():
|
||||
|
||||
Reference in New Issue
Block a user