STG-2600 death animation.
This commit is contained in:
parent
f61dbb3d32
commit
46578f033f
6 changed files with 703 additions and 18 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue