Line separator - LF

This commit is contained in:
kira-a-k
2025-11-17 21:13:26 +03:00
parent e509f85f5c
commit f0685d70e0
2 changed files with 3 additions and 4 deletions

View File

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

View File

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