Interface Scenes

  • The SpriteKit scene class for the about screen.

    See more

    Declaration

    Swift

    class AboutScene : SKScene
  • The SpriteKit scene class that runs the end animation.

    See more

    Declaration

    Swift

    class EndGameScene : SKScene
  • The SpriteKit scene associated with the intro scene.

    See more

    Declaration

    Swift

    class IntroScene : SKScene
  • The scene class for the main menu.

    See more

    Declaration

    Swift

    class MainMenuScene : SKScene, GKGameCenterControllerDelegate
  • The SpriteKit scene class for the pause menu.

    See more

    Declaration

    Swift

    class PauseScene : SKScene
  • The scene that corresponds to the splash screen.

    See more

    Declaration

    Swift

    class SplashScene : SKScene