Files
aarpg/gui/pause/inventory/inventory_slot.tscn
Andriy Yednarovych e877c5f058 init
2026-02-22 19:26:26 +01:00

30 lines
973 B
Plaintext

[gd_scene format=3 uid="uid://b2r6mp7h13pak"]
[ext_resource type="Texture2D" uid="uid://dxf00vjmse6ab" path="res://items/sprites/items.png" id="1_gwc7x"]
[ext_resource type="Script" uid="uid://cvbri6j1mbq07" path="res://gui/pause/inventory/scripts/inventory_slot_ui.gd" id="1_s0lov"]
[sub_resource type="AtlasTexture" id="AtlasTexture_s0lov"]
atlas = ExtResource("1_gwc7x")
region = Rect2(0, 0, 32, 32)
[node name="InventorySlot" type="Button" unique_id=823052233]
custom_minimum_size = Vector2(32, 32)
offset_right = 32.0
offset_bottom = 32.0
script = ExtResource("1_s0lov")
[node name="TextureRect" type="TextureRect" parent="." unique_id=469228245]
layout_mode = 0
offset_right = 32.0
offset_bottom = 32.0
texture = SubResource("AtlasTexture_s0lov")
stretch_mode = 3
[node name="Label" type="Label" parent="." unique_id=385106309]
layout_mode = 0
offset_right = 32.0
offset_bottom = 16.0
theme_override_font_sizes/font_size = 8
text = "99"
horizontal_alignment = 2