Исправление. Цвет по умолчанию для надписи не установлен после запуска программы

This commit is contained in:
sasha80
2025-03-19 09:26:54 +03:00
parent 5f15e64562
commit e133b965f2

View File

@@ -55,6 +55,11 @@ signal pressed(control: PanelContainer)
func _on_button_pressed():
emit_signal('pressed', self)
func _enter_tree() -> void:
if is_inside_tree():
$margin/vbox/title/lbl_using.self_modulate = Color.CADET_BLUE
"
[sub_resource type="GDScript" id="GDScript_45hqb"]