init
This commit is contained in:
29
gui/pause/inventory/inventory_slot.tscn
Normal file
29
gui/pause/inventory/inventory_slot.tscn
Normal file
@@ -0,0 +1,29 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user