generated from krampus/template-godot4
Default noise sampling rate for grunk collection sfx
All checks were successful
linting & formatting / build (push) Successful in 30s
All checks were successful
linting & formatting / build (push) Successful in 30s
This commit is contained in:
parent
e7554e408a
commit
c381e915b9
@ -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
|
||||||
|
@ -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="."]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user