better sound effects

This commit is contained in:
zoe 2021-09-28 17:55:03 +02:00
parent f2cb94d4e3
commit 5503c2d05a
146 changed files with 1189 additions and 88 deletions

View file

@ -0,0 +1,15 @@
[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 )