changes + enemy particles
This commit is contained in:
parent
457de8dcaa
commit
0f8f737bc0
12 changed files with 2949 additions and 24 deletions
|
|
@ -26,7 +26,7 @@ func hit(proj: Node3D, _damage: float) -> bool:
|
|||
label_vfx.position = parent.position
|
||||
parent.add_sibling(label_vfx)
|
||||
|
||||
parent.kill()
|
||||
parent.kill(proj.global_position)
|
||||
|
||||
SignalBus.perfect_shot_hit.emit()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue