dash + fire rate

This commit is contained in:
Michael Campbell 2026-02-18 14:03:41 -05:00
parent 5bac9ddd2a
commit 1318fdd9fc
7 changed files with 105 additions and 16 deletions

View file

@ -21,5 +21,5 @@ func hit(_proj: PlayerProjectile):
func _on_hurtbox_body_entered(body: Node3D) -> void:
if body is Player:
body.damage()
body.damage(self)