summaryrefslogtreecommitdiff
path: root/scripts/splashscreen.gd
blob: a78d5f7133c7e8c36e3aa9d853f9e9dd5a00218b (plain)
1
2
3
4
5
6
7
extends Node

func _ready():
	$AnimationPlayer.play("splashscreen")

func _on_AnimationPlayer_animation_finished(_splashscreen):
	get_tree().change_scene("res://scenes/mainmenu.tscn")