final score sounds

This commit is contained in:
pennyrigate 2023-10-08 20:09:27 -04:00
parent f136dc4740
commit e5d12c4c43
5 changed files with 18 additions and 0 deletions

View file

@ -39,6 +39,7 @@ func final_score():
animation_player.set_speed_scale(2)
var text_3d = Text3D.instance()
text_3d.anim = "final score"
yield(get_tree(), "idle_frame")
self.add_child(text_3d)