added walking to ranged attack

This commit is contained in:
derek
2025-06-27 15:55:13 -05:00
parent adbec01a63
commit f6cc2d611e
2 changed files with 4 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ func Enter():
func Physics_Update(delta):
body_look_at_mouse()
standard_movement(delta)
apply_gravity(delta)
if Input.is_action_just_released("ranged_attack"):
fire_projectile()