69 lines
1.9 KiB
Plaintext
69 lines
1.9 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://drr0ptd6k6uch"]
|
|
|
|
[ext_resource type="Script" path="res://UI/Inventory/UserInventory.gd" id="1_4kopu"]
|
|
[ext_resource type="PackedScene" uid="uid://defhc376y3h1d" path="res://UI/Inventory/InventorySlot.tscn" id="1_a71mm"]
|
|
|
|
[node name="UserInventory" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
script = ExtResource("1_4kopu")
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
custom_minimum_size = Vector2(430, 75)
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -20.0
|
|
offset_top = -40.0
|
|
offset_right = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Panel"]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -20.0
|
|
offset_right = 20.0
|
|
offset_bottom = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/separation = 70
|
|
|
|
[node name="InventorySlot1" parent="Panel/HBoxContainer" instance=ExtResource("1_a71mm")]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
|
|
[node name="InventorySlot2" parent="Panel/HBoxContainer" instance=ExtResource("1_a71mm")]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
|
|
[node name="InventorySlot3" parent="Panel/HBoxContainer" instance=ExtResource("1_a71mm")]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
|
|
[node name="InventorySlot4" parent="Panel/HBoxContainer" instance=ExtResource("1_a71mm")]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
|
|
[node name="InventorySlot5" parent="Panel/HBoxContainer" instance=ExtResource("1_a71mm")]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
|
|
[node name="InventorySlot6" parent="Panel/HBoxContainer" instance=ExtResource("1_a71mm")]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|