30 lines
816 B
Plaintext
30 lines
816 B
Plaintext
[gd_scene format=3 uid="uid://cjdago36f5tk1"]
|
|
|
|
[ext_resource type="Script" uid="uid://c0tnorcgu7dev" path="res://GameShit/PlayerController/Hotbar/hotbar_slot.gd" id="1_hqux7"]
|
|
|
|
[node name="HotbarSlot" type="Control" unique_id=395686084]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_hqux7")
|
|
|
|
[node name="Button" type="Button" parent="." unique_id=342233194]
|
|
layout_mode = 0
|
|
offset_left = -24.0
|
|
offset_top = -24.0
|
|
offset_right = 24.0
|
|
offset_bottom = 24.0
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="." unique_id=1767675987]
|
|
layout_mode = 0
|
|
offset_left = -16.0
|
|
offset_top = -16.0
|
|
offset_right = 16.0
|
|
offset_bottom = 16.0
|
|
mouse_filter = 2
|
|
|
|
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|