mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added voice acting credit and scoring
This commit is contained in:
parent
5503c2d05a
commit
ad8de1dbb7
41 changed files with 323 additions and 57 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue