pegchamp/Menu/Buttons/ButtonSFX.tscn

17 lines
522 B
Text
Raw Normal View History

2021-09-28 15:55:03 +00:00
[gd_scene load_steps=4 format=2]
[ext_resource path="res://SFX/Scratch/HoverButton.wav" type="AudioStream" id=1]
[ext_resource path="res://SFX/Scratch/SelectButton.wav" type="AudioStream" id=2]
[ext_resource path="res://Menu/Buttons/ButtonSFX.gd" type="Script" id=3]
[node name="ButtonSFX" type="Node"]
script = ExtResource( 3 )
[node name="Hover" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 1 )
bus = "SFX"
[node name="Select" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 2 )
2021-10-01 14:23:48 +00:00
bus = "SFX"