From e133b965f2cae8527818b24b7643efc8d1a323c4 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Wed, 19 Mar 2025 09:26:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5.=20=D0=A6=D0=B2=D0=B5=D1=82=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD=D0=B8=D1=8E?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=BD=D0=B0=D0=B4=D0=BF=D0=B8=D1=81?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B5=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B3=D1=80=D0=B0=D0=BC=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/pribor-uyep/block-input.tscn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scenes/pribor-uyep/block-input.tscn b/scenes/pribor-uyep/block-input.tscn index 49adf91..3875cb2 100644 --- a/scenes/pribor-uyep/block-input.tscn +++ b/scenes/pribor-uyep/block-input.tscn @@ -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"]