Game Development Reference
In-Depth Information
skView.ignoresSiblingOrder = YES;
// Create and configure the scene.
GameScene *scene = [GameScene
unarchiveFromFile:@"GameScene"];
scene.scaleMode = SKSceneScaleModeAspectFill;
// Present the scene.
[skView presentScene:scene];
}
Search WWH ::




Custom Search