mlpcardgame/Scenes/SplashScreen.gd
2019-06-01 23:52:16 +02:00

5 lines
No EOL
98 B
GDScript

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