started work on arrows
This commit is contained in:
@@ -8,3 +8,6 @@ func Physics_Update(delta):
|
||||
apply_gravity(delta)
|
||||
respawn_on_fall(delta)
|
||||
attack()
|
||||
|
||||
if Input.is_action_just_pressed("ranged_attack"):
|
||||
Transitioned.emit(self,"ranged attack")
|
||||
|
||||
Reference in New Issue
Block a user