Reworked lightning effect

This commit is contained in:
2025-12-21 01:28:57 +03:00
parent 8227e8bcf3
commit 2bf70d2b49
9 changed files with 107 additions and 72 deletions
@@ -7,6 +7,6 @@ extends AbstractDirectHitProjectile
func _process_hit_for_projectile(_collided_body: Node2D) -> void:
if piercing == 0:
queue_free()
delete()
else:
piercing -= 1