mlpcardgame/Scenes/Scripts/SplashScreen.gd
2019-06-03 01:35:31 +02:00

5 lines
98 B
GDScript

extends Control
func _ready():
#TODO Splash screen
Loader.load_scene("res://Scenes/Board.tscn")