added voice acting credit and scoring

This commit is contained in:
zoe 2021-09-29 15:07:06 +02:00
parent 5503c2d05a
commit ad8de1dbb7
41 changed files with 323 additions and 57 deletions

View file

@ -1,5 +1,5 @@
extends AudioStreamPlayer
func _process(delta):
func _process(_delta):
var speed = clamp(Engine.time_scale, 0.99, 1.1)
pitch_scale = lerp(pitch_scale, speed, 0.01)