player.tscn: scholar of the first bullet casings

This commit is contained in:
Haze Weathers 2023-05-08 01:00:38 -04:00
parent 79cbd62a69
commit bc57ba4171
45 changed files with 1429 additions and 113 deletions

View file

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