roboturret re-cheesed
This commit is contained in:
parent
8909d87541
commit
97a97192de
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ func die():
|
||||||
var death = Death.instance()
|
var death = Death.instance()
|
||||||
death.spray_color = Color(0xffbe42ff)
|
death.spray_color = Color(0xffbe42ff)
|
||||||
death.global_position = global_position
|
death.global_position = global_position
|
||||||
get_parent().add_child(death)
|
get_parent().get_parent().add_child(death)
|
||||||
|
|
||||||
func _on_Timer_timeout():
|
func _on_Timer_timeout():
|
||||||
if !anims.is_playing(): spawn_bullet()
|
if !anims.is_playing(): spawn_bullet()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue