fixed attack in state machine
This commit is contained in:
@@ -8,6 +8,7 @@ func Enter():
|
||||
|
||||
func die():
|
||||
drop_loot()
|
||||
enemy.visible = false
|
||||
#remove from parent array
|
||||
var particlespawn = enemy.die_particles.instantiate()
|
||||
particlespawn.position = enemy.global_position
|
||||
|
||||
Reference in New Issue
Block a user