gameplay start
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user