14 lines
592 B
Plaintext
14 lines
592 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://clicjf8ts51h8"]
|
|
|
|
[ext_resource type="Script" uid="uid://dplbbs2dlq308" path="res://gui/game/inventory_gui/scripts/inventory_gui.gd" id="1_himlj"]
|
|
[ext_resource type="PackedScene" uid="uid://dadihouw8o3jx" path="res://gui/game/inventory_gui/inventory_item/inventory_gui_item.tscn" id="2_0vvyy"]
|
|
|
|
[node name="Inventory" type="HBoxContainer"]
|
|
custom_minimum_size = Vector2(48, 48)
|
|
offset_right = 156.0
|
|
offset_bottom = 153.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
script = ExtResource("1_himlj")
|
|
inventory_item_scene = ExtResource("2_0vvyy")
|