initial shit
This commit is contained in:
29
GameShit/PlayerController/Hotbar/HotbarSlot.tscn
Normal file
29
GameShit/PlayerController/Hotbar/HotbarSlot.tscn
Normal file
@@ -0,0 +1,29 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user