Set up beetroot quest and added cat to indoor scene.

This commit is contained in:
2025-07-10 01:19:00 +02:00
parent e84ef716f6
commit 199d0873c8
11 changed files with 107 additions and 31 deletions
+8 -4
View File
@@ -21,13 +21,17 @@ itemToToggle = NodePath("../Inventory")
[node name="Inventory" type="Control" parent="." node_paths=PackedStringArray("_slotsParent", "_slotsMover", "_headerSlots", "_slotSelect")]
layout_mode = 3
anchors_preset = 8
anchors_preset = 7
anchor_left = 0.5
anchor_top = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 0.5
anchor_bottom = 1.0
offset_left = -116.0
offset_top = -53.0
offset_right = 231.82
offset_bottom = 141.4
grow_horizontal = 2
grow_vertical = 2
grow_vertical = 0
size_flags_vertical = 8
script = ExtResource("1_6wusm")
_slotsParent = NodePath("SlotsContainer/SlotsMover/Slots")