added walking to ranged attack
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user