gameplay start

This commit is contained in:
siembra
2026-02-10 13:58:50 -05:00
parent 5b7324ade4
commit 3042bb93c7
19 changed files with 249 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
[gd_scene format=3 uid="uid://xcgelb5iy4wu"]
[ext_resource type="Script" uid="uid://bsfmhi1abix5v" path="res://scenes/objects/ui/word_select_button.gd" id="1_mjqrp"]
[ext_resource type="AudioStream" uid="uid://podscahsf0d4" path="res://assets/audio/sfx/MenuAccept.wav" id="2_suean"]
[node name="Button" type="Button" unique_id=25006937]
anchors_preset = 15
anchor_right = 1.0
@@ -7,3 +10,10 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
text = "Placeholder"
script = ExtResource("1_mjqrp")
[node name="ButtonPress" type="AudioStreamPlayer2D" parent="." unique_id=1570916989]
stream = ExtResource("2_suean")
volume_db = -20.0
[connection signal="pressed" from="." to="." method="_on_pressed"]