Challenges
-
An extended class of the game level scene dedicated to challenges.
Levels that use this subclass add extra components to track things such as steps taken, solution times, and costume changes. The purpose of this subclass is to provide extensions to the level for challenges for things such as achievements, leaderboards, and “advanced levels”.
See moreDeclaration
Swift
class ChallengeGameScene : GameScene
-
A challenge game scene that listens for whether the player has earned the Costumemastery achievement.
See moreDeclaration
Swift
class CostumemasteryInheritable : ChallengeGameScene
-
The game scene specific to the level “Cycle”.
See moreDeclaration
Swift
class CycleChallenge : ChallengeGameScene
-
The game scene specific to the level “Divergent”.
See moreDeclaration
Swift
class DivergentChallenge : ChallengeGameScene
-
The game scene corresponding to the level “Exposure”.
See moreDeclaration
Swift
class ExposureChallenge : CostumemasteryInheritable
-
The game scene specific to the level “Rushed.”
See moreDeclaration
Swift
class RushedChallenge : ChallengeGameScene
-
The challenge scene for the level “Seeded”.
See moreDeclaration
Swift
class SeededChallenge : CostumemasteryInheritable
-
The challenge scene associated with “Visibility”.
See moreDeclaration
Swift
class VisibilityChallenge : ChallengeGameScene