mlpcardgame/Scenes/Scripts/SplashScreen.gd

5 lines
98 B
GDScript3
Raw Normal View History

2019-06-01 21:52:16 +00:00
extends Control
func _ready():
#TODO Splash screen
Loader.load_scene("res://Scenes/Board.tscn")