turret tweaks

This commit is contained in:
derek
2024-07-18 13:45:37 -05:00
parent 330e4a599d
commit 5f67dbe6ba
11 changed files with 95 additions and 36 deletions

View File

@@ -67,7 +67,6 @@ func _process(delta):
if ray.get_collider().is_in_group("enemy"):
print("enemy hit")
hit_indicator.play()
enemy_particles.emitting = true
ray.get_collider().hit(bullet_damage)