Исправление. Цвет по умолчанию для надписи не установлен после запуска программы
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user