2025-07-21 20:38:11 -06:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://bnpbkpr5ref6k"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://bv3glh0xi771m" path="res://Scripts/Menu/inventory_ui_item.gd" id="1_ahd61"]
|
|
|
|
|
|
|
|
|
|
[node name="ItemHeader" type="HBoxContainer"]
|
|
|
|
|
size_flags_vertical = 0
|
|
|
|
|
script = ExtResource("1_ahd61")
|
|
|
|
|
|
|
|
|
|
[node name="Icon" type="Label" parent="."]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Icon"
|
|
|
|
|
|
|
|
|
|
[node name="Name" type="Label" parent="."]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_stretch_ratio = 5.0
|
|
|
|
|
text = "Name"
|
|
|
|
|
|
|
|
|
|
[node name="Value" type="Label" parent="."]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Value"
|
|
|
|
|
|
|
|
|
|
[node name="Weight" type="Label" parent="."]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Weight"
|
2025-07-22 00:50:08 -06:00
|
|
|
|
|
|
|
|
[node name="Id" type="Label" parent="."]
|
|
|
|
|
visible = false
|
|
|
|
|
layout_mode = 2
|