Initial push
This commit is contained in:
commit
3240f07946
335 changed files with 11248 additions and 0 deletions
28
Scenes/Menu/InventoryUiItem.tscn
Normal file
28
Scenes/Menu/InventoryUiItem.tscn
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue