Change tire sounds

soundtrack
Ensar Sarajčić 2021-11-14 22:45:47 +01:00
parent 2ab280fb92
commit 4c163082ca
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ export_presets.cfg
# Mono-specific ignores
.mono/
data_*/
build/

View File

@ -23,5 +23,5 @@ func _update_sound(skidinfo: float) -> void:
return
while to_fill > 0:
sound_playback.push_frame(Vector2(1.0, 1.0) * factor)
factor += sin(factor) * 2
factor += 1
to_fill -= 1