27 lines
880 B
Text
27 lines
880 B
Text
[gd_scene load_steps=3 format=3 uid="uid://gn8k2ir47n1m"]
|
|
|
|
[ext_resource type="Script" uid="uid://dt67n4jti376d" path="res://src/item_ui.gd" id="1_letey"]
|
|
|
|
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_u4rwp"]
|
|
size = Vector2(128, 128)
|
|
|
|
[node name="Item" type="BoxContainer" node_paths=PackedStringArray("name_label", "icon_texture")]
|
|
offset_right = 128.0
|
|
offset_bottom = 155.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
alignment = 1
|
|
script = ExtResource("1_letey")
|
|
name_label = NodePath("VBoxContainer/Label")
|
|
icon_texture = NodePath("VBoxContainer/Icon")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Empty"
|
|
|
|
[node name="Icon" type="TextureRect" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
texture = SubResource("PlaceholderTexture2D_u4rwp")
|