diff --git a/scenes/контроль/кнопка-прибора.gd b/scenes/контроль/кнопка-прибора.gd index 837c5c1..3c8488e 100644 --- a/scenes/контроль/кнопка-прибора.gd +++ b/scenes/контроль/кнопка-прибора.gd @@ -12,9 +12,9 @@ func _ready(): connect("focus_exited", _on_focus_exited) -func _enter_tree() -> void: - if has_node("label"): - $label.self_modulate = state_colors[state] +#func _enter_tree() -> void: + #if has_node("label"): + #$label.self_modulate = state_colors[state] func update_progress_bar(target_value) -> void: diff --git a/scenes/контроль/контроль.tscn b/scenes/контроль/контроль.tscn index 0b8d870..a83bfa5 100644 --- a/scenes/контроль/контроль.tscn +++ b/scenes/контроль/контроль.tscn @@ -456,7 +456,6 @@ metadata/unit_name = ["уарэп-эмс"] metadata/online_proc = "on_line_changed" [node name="label" type="Label" parent="pribor_uf"] -self_modulate = Color(0, 1, 0, 1) layout_mode = 0 offset_left = 15.0 offset_top = -44.0