Default noise sampling rate for grunk collection sfx
All checks were successful
linting & formatting / build (push) Successful in 30s

This commit is contained in:
Rob Kelly 2025-08-18 18:40:09 -06:00
parent e7554e408a
commit c381e915b9
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ extends AudioStreamPlayer
@export var counter_decay := 40.0 @export var counter_decay := 40.0
@export var pitch_variance := 0.15 @export var pitch_variance := 0.15
@export var noise_rate := 0.01 @export var noise_rate := 1.0
@export var noise: Noise @export var noise: Noise
var _counter := 0.0 var _counter := 0.0

View File

@ -9,7 +9,6 @@
stream = ExtResource("1_y7it3") stream = ExtResource("1_y7it3")
volume_db = -6.0 volume_db = -6.0
script = ExtResource("5_ihwko") script = ExtResource("5_ihwko")
noise_rate = 1.0
noise = SubResource("FastNoiseLite_y7it3") noise = SubResource("FastNoiseLite_y7it3")
[node name="Cooldown" type="Timer" parent="."] [node name="Cooldown" type="Timer" parent="."]