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

This commit is contained in:
Rob Kelly 2025-08-18 18:38:05 -06:00
parent d9e5b72041
commit e7554e408a

View File

@ -42,5 +42,4 @@ func play_random() -> void:
2 * noise.get_noise_1d(Engine.get_process_frames() * noise_rate), -1, 1 2 * noise.get_noise_1d(Engine.get_process_frames() * noise_rate), -1, 1
) )
pitch_scale = 1.0 + (pitch_variance * noise_sample) pitch_scale = 1.0 + (pitch_variance * noise_sample)
print_debug("noise: ", noise_sample)
play() play()