SplashScene
class SplashScene : SKScene
The scene that corresponds to the splash screen.
-
The label node that contains the by text.
Declaration
Swift
var byText: SKLabelNode?
-
The sprite node that corresponds to the logomark.
Declaration
Swift
var logomark: SKSpriteNode?
-
Load the splashscreen then fade into the main menu.
Declaration
Swift
override func sceneDidLoad()
-
Launch the main menu.
Declaration
Swift
func launchMain()