dash + fire rate
This commit is contained in:
parent
5bac9ddd2a
commit
1318fdd9fc
7 changed files with 105 additions and 16 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue