better sound effects

This commit is contained in:
zoe 2021-09-28 17:55:03 +02:00
parent f2cb94d4e3
commit 5503c2d05a
146 changed files with 1189 additions and 88 deletions

View file

@ -4,3 +4,5 @@ func _physics_process(delta):
if Input.is_action_pressed("shoot"):
rotation = lerp(rotation, -90, 0.9)
else: rotation = 0
func bouncy():
pass