TowerDefense/UI/win_screen.gd

8 lines
169 B
GDScript

extends Control
class_name WinScreen
func _ready() -> void:
$SFXFlawlessVictory.play()
func _on_timer_timeout() -> void:
Transition.goto("res://UI/start_menu.tscn")