From db2da694843119e422032b4263945788bdc069da Mon Sep 17 00:00:00 2001 From: sasha80 Date: Tue, 29 Oct 2024 11:19:30 +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=A0=D0=B0=D0=B7=D0=BC=D0=B5?= =?UTF-8?q?=D1=80=20=D1=80=D0=B0=D0=BC=D0=BA=D0=B8=20=D0=BD=D0=B5=20=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=81=D0=BB=D0=B5=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/контроль/элемент-я.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/контроль/элемент-я.gd b/scenes/контроль/элемент-я.gd index f73a1fa6..fd619a5e 100644 --- a/scenes/контроль/элемент-я.gd +++ b/scenes/контроль/элемент-я.gd @@ -26,7 +26,7 @@ func _on_button_pressed(): $margin/vbox.alignment = v -func _enter_tree() -> void: call_deferred('_on_resized') +func _ready() -> void: call_deferred('_on_resized') func _on_resized() -> void: $rect.size = size