28 lines
795 B
Plaintext
28 lines
795 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://c3ku75p4ep3c7"]
|
|
|
|
[ext_resource type="Script" path="res://UI/Shopping/InventoryDisplayer.gd" id="1_6npui"]
|
|
|
|
[node name="InventoryDisplayer" type="VBoxContainer"]
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1_6npui")
|
|
|
|
[node name="Title" type="Label" parent="."]
|
|
visible = false
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_font_sizes/font_size = 32
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Items" type="VBoxContainer" parent="ScrollContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 2
|