mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
better sound effects
This commit is contained in:
parent
f2cb94d4e3
commit
5503c2d05a
146 changed files with 1189 additions and 88 deletions
5
Music/Music.gd
Normal file
5
Music/Music.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends AudioStreamPlayer
|
||||
|
||||
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