generated from krampus/template-godot4
Removed debug text
All checks were successful
linting & formatting / build (push) Successful in 31s
itch.io publish action / build (linux64, x86_64) (push) Successful in 2m20s
itch.io publish action / build (osx, app) (push) Successful in 2m30s
itch.io publish action / build (win64, exe) (push) Successful in 2m33s
All checks were successful
linting & formatting / build (push) Successful in 31s
itch.io publish action / build (linux64, x86_64) (push) Successful in 2m20s
itch.io publish action / build (osx, app) (push) Successful in 2m30s
itch.io publish action / build (win64, exe) (push) Successful in 2m33s
This commit is contained in:
parent
d9e5b72041
commit
e7554e408a
@ -42,5 +42,4 @@ func play_random() -> void:
|
||||
2 * noise.get_noise_1d(Engine.get_process_frames() * noise_rate), -1, 1
|
||||
)
|
||||
pitch_scale = 1.0 + (pitch_variance * noise_sample)
|
||||
print_debug("noise: ", noise_sample)
|
||||
play()
|
||||
|
Loading…
x
Reference in New Issue
Block a user