started work on arrows

This commit is contained in:
derek
2025-06-26 12:18:02 -05:00
parent e1b09df8f4
commit f7d3476a56
13 changed files with 150 additions and 4 deletions

View File

@@ -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")