roboturret re-cheesed

This commit is contained in:
Haze Weathers 2025-07-17 21:03:07 -06:00
parent 8909d87541
commit 97a97192de

View file

@ -41,7 +41,7 @@ func die():
var death = Death.instance()
death.spray_color = Color(0xffbe42ff)
death.global_position = global_position
get_parent().add_child(death)
get_parent().get_parent().add_child(death)
func _on_Timer_timeout():
if !anims.is_playing(): spawn_bullet()