14 lines
481 B
Plaintext
Executable File
14 lines
481 B
Plaintext
Executable File
[gd_scene load_steps=2 format=3 uid="uid://bqlbo0yh111fw"]
|
|
|
|
[ext_resource type="Script" uid="uid://h6prwf5a5wwr" path="res://objects/ui/sound_button.gd" id="1_f827h"]
|
|
|
|
[node name="SoundButton" type="Button"]
|
|
script = ExtResource("1_f827h")
|
|
|
|
[node name="AudioPlayer" type="AudioStreamPlayer" parent="."]
|
|
max_polyphony = 2
|
|
bus = &"SFX"
|
|
|
|
[connection signal="focus_entered" from="." to="." method="_on_focus_entered"]
|
|
[connection signal="pressed" from="." to="." method="_on_pressed"]
|