Files
Dawn-Godot/scenes/UI/Inventory/ItemLine.tscn

23 lines
633 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://dmu8i175kp35q"]
[ext_resource type="Script" uid="uid://dgblia2ukssbe" path="res://scripts/UI/Inventory/ItemLine.gd" id="1_mcq7n"]
[node name="ItemLine" type="HBoxContainer"]
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 12.0
grow_horizontal = 2
script = ExtResource("1_mcq7n")
metadata/_custom_type_script = "uid://dgblia2ukssbe"
[node name="ItemName" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
text = "Potion"
[node name="ItemQuantity" type="Label" parent="."]
custom_minimum_size = Vector2(24, 0)
layout_mode = 2
text = "255"
horizontal_alignment = 2