From 6594ada43fc2c88c01018ebde4d9868e19304e52 Mon Sep 17 00:00:00 2001 From: MaD_CaT Date: Tue, 1 Apr 2025 09:44:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=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=B2=D1=8B=D0=B4=D0=B5=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D1=86=D0=B5=D0=BB=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/bip/bip.tscn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scenes/bip/bip.tscn b/scenes/bip/bip.tscn index 5ccfa85a..80801b2d 100644 --- a/scenes/bip/bip.tscn +++ b/scenes/bip/bip.tscn @@ -222,6 +222,8 @@ shader_parameter/speed = 71.0 [node name="threat" type="Control"] layout_mode = 3 anchors_preset = 0 +offset_right = 20.0 +offset_bottom = 20.0 script = ExtResource("1_h7l70") [node name="bip" type="Sprite2D" parent="."] @@ -258,3 +260,5 @@ material = SubResource("ShaderMaterial_lkrha") position = Vector2(10, 10) scale = Vector2(26, 26) texture = SubResource("PlaceholderTexture2D_svd33") + +[connection signal="gui_input" from="." to="." method="_on_bip_gui_input"]