Files
puzzle-quest/scenes/UI/ending/Ending.gd
T

8 lines
155 B
GDScript
Raw Normal View History

2021-05-29 21:09:10 +02:00
extends CenterContainer
func _ready() -> void:
2021-05-29 21:09:10 +02:00
$AudioStreamPlayer.play()
func _on_Timer_timeout() -> void:
2021-06-03 23:17:53 +02:00
Global.goto_scene("res://scenes/Main.tscn")