From c0bab42b326e5a776f1b300b4589eb6d579cc5e1 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 28 Oct 2024 11:12:38 +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=92=D0=BE=D0=B7=D0=BC=D0=BE?= =?UTF-8?q?=D0=B6=D0=BD=D0=BE=20=D0=BE=D0=B1=D1=80=D0=B0=D1=89=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BA=20=D0=BD=D1=83=D0=BB=D0=B5=D0=B2=D0=BE?= =?UTF-8?q?=D0=B9=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/контроль/кассета.gd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scenes/контроль/кассета.gd b/scenes/контроль/кассета.gd index fb83827d..a91fc7a1 100644 --- a/scenes/контроль/кассета.gd +++ b/scenes/контроль/кассета.gd @@ -9,7 +9,8 @@ extends NinePatchRect @export var fname: String: set(v): fname = v - $lbl_fname.text = v + if is_inside_tree(): + $lbl_fname.text = v @export var rname: String: