STG-2600 death animation.

This commit is contained in:
Haze Weathers 2023-10-16 11:21:49 -04:00
parent f61dbb3d32
commit 46578f033f
6 changed files with 703 additions and 18 deletions

View file

@ -15,6 +15,7 @@ func _on_2600_entered_phase(phase):
$ExitTimer.start()
var text_3d = Text3D.instance()
text_3d.anim = "victory"
yield(get_tree(), "idle_frame")
self.add_child(text_3d)