30 lines
909 B
Plaintext
30 lines
909 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://clfibh4syeuqk"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ci8cvsquh7pc" path="res://icon.svg" id="1_uu5rg"]
|
|
|
|
[node name="Slot" type="PanelContainer"]
|
|
custom_minimum_size = Vector2(64, 64)
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 4
|
|
theme_override_constants/margin_top = 4
|
|
theme_override_constants/margin_right = 4
|
|
theme_override_constants/margin_bottom = 4
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
texture = ExtResource("1_uu5rg")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="Quantity Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 0
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 3
|
|
text = "x99"
|