turned off camera smoothing

This commit is contained in:
pennyrigate 2023-01-09 22:51:49 -05:00
parent a2f6d92fb4
commit 3b52ec2cbf
7 changed files with 30 additions and 27 deletions

View file

@ -25,6 +25,7 @@ func _physics_process(delta):
else: move_up_and_down(delta)
#Speed up if in raycast
if raycast.get_collider() != null:
Debug.print(raycast.get_collider())
if raycast.get_collider().is_in_group("player"):
go_fast = true
timer.set_wait_time(0.5)