From 97fb9100ab024267583f57ad09ccf15e1e1feaef Mon Sep 17 00:00:00 2001 From: Rendo Date: Fri, 16 Jan 2026 05:24:57 +0500 Subject: [PATCH] Small ui fixes --- scenes/ui.tscn | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/scenes/ui.tscn b/scenes/ui.tscn index 180d330..3027af6 100644 --- a/scenes/ui.tscn +++ b/scenes/ui.tscn @@ -66,6 +66,20 @@ anchor_bottom = 0.69753087 text = "Вещества" metadata/_edit_use_anchors_ = true +[node name="ScrollContainer" parent="Reagents" index="0"] +anchor_right = 0.87200004 +offset_right = -0.040008545 + +[node name="Label" parent="Reagents" index="1"] +anchor_left = 0.8717948 +anchor_top = 0.29071665 +anchor_right = 0.99700004 +anchor_bottom = 0.76000005 +offset_left = 0.0 +offset_top = 197.44484 +offset_right = 173.02982 +offset_bottom = 48.876526 + [node name="Generator" type="Node" parent="Reagents"] script = ExtResource("2_x4jx1") @@ -78,6 +92,9 @@ anchor_right = 0.0 text = "Инструменты" metadata/_edit_use_anchors_ = true +[node name="ScrollContainer" parent="Intruments" index="0"] +offset_right = -20.904999 + [node name="Flask" parent="Intruments/ScrollContainer/VBoxContainer" index="0" instance=ExtResource("3_yev5y")] layout_mode = 2 text = "Пробирка" @@ -88,4 +105,15 @@ layout_mode = 2 text = "Ложка" draggable = ExtResource("5_wm3ai") +[node name="Label" parent="Intruments" index="1"] +anchor_left = 0.8717948 +anchor_top = 0.040587522 +anchor_right = 0.99700004 +anchor_bottom = 1.059 +offset_left = 0.0 +offset_top = 199.64479 +offset_right = 175.22977 +offset_bottom = 49.03595 + +[editable path="Reagents"] [editable path="Intruments"]