TuftEntertainment / hashtag-warrior

Open-source iOS game powered by cocos2d.
MIT License
8 stars 7 forks source link

Make app properly landscape-only #44

Open danielgwood opened 11 years ago

danielgwood commented 11 years ago

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..