fix: sound tweaks
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 8s
Create tag and build when new code gets to main / Export (push) Successful in 2m31s

This commit is contained in:
2025-08-03 15:27:43 +02:00
parent 8775e17258
commit cfe154e754
9 changed files with 64 additions and 30 deletions

View File

@ -51,8 +51,9 @@ wait_time = 3.0
one_shot = true
ignore_time_scale = true
[node name="KillAudio" type="AudioStreamPlayer" parent="."]
[node name="KillAudio" type="AudioStreamPlayer2D" parent="."]
stream = SubResource("AudioStreamRandomizer_l8mgh")
max_distance = 100.0
bus = &"SFX"
[connection signal="body_entered" from="." to="." method="_on_body_entered"]