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

11
Pegs/Green/HitSFX.tscn Normal file
View file

@ -0,0 +1,11 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Pegs/Green/HitSFX.gd" type="Script" id=1]
[ext_resource path="res://SFX/greenExplodes.wav" type="AudioStream" id=2]
[node name="HitSFX" type="AudioStreamPlayer2D"]
stream = ExtResource( 2 )
volume_db = 8.0
autoplay = true
bus = "SFX"
script = ExtResource( 1 )