I can't immediately see what's going wrong here, and am in the middle of something else.. anyway, it should be possible to skip all scenes, and load the GameScene first (i.e. skip the IntroScene, and the MainMenuScene). The idea here is to make it quicker to test things in the GameScene (or indeed, or whatever scene you're working on).
However, if I run the GameScene directly from AppDelegate, the simulator is in landscape, but the view appears to be in portrait..
I can't immediately see what's going wrong here, and am in the middle of something else.. anyway, it should be possible to skip all scenes, and load the GameScene first (i.e. skip the IntroScene, and the MainMenuScene). The idea here is to make it quicker to test things in the GameScene (or indeed, or whatever scene you're working on).
However, if I run the GameScene directly from AppDelegate, the simulator is in landscape, but the view appears to be in portrait..