more fixes to machete but not working yet

This commit is contained in:
Derek
2025-01-27 19:52:52 -06:00
parent 61dad77f04
commit f49e17a908
7 changed files with 198 additions and 70 deletions

View File

@@ -44,7 +44,7 @@ func _physics_process(delta):
if body.has_method("hit"):
hit_indicator.play()
enemy_particles.emitting = true
ray.get_collider().hit(bullet_damage)
body.hit(bullet_damage)
#bullethole effect
body.add_child(instance_bullethole)