views:

79

answers:

1

How to rotate the Default.png in cocos2d as per device orientation. I heard that we have to put 2 files Default-LandscapeLeft.png and Default-LandscapeRight.png in resource folder and remove default.png. How to make it viewable in portrait mode.

A: 

It's not a Cocos2d thing especifically. You just have to add the 4 default.png images to your porject's resource folder. Check this post: http://iphonedevelopertips.com/ipad/ipad-managing-multiple-launch-images.html

pabloruiz55