police siren and engine sfx

This commit is contained in:
Michael Campbell 2026-04-16 02:52:45 -04:00
parent 7d4a6938dc
commit d93aa1e31a
17 changed files with 165 additions and 4 deletions

View file

@ -26,7 +26,7 @@ func hit(proj: Node3D, _damage: float) -> bool:
label_vfx.position = parent.position
parent.add_sibling(label_vfx)
parent.queue_free()
parent.kill()
SignalBus.perfect_shot_hit.emit()