jmosesman
jmosesman

Reputation: 726

Upside-down splash screen with Cocos2d

I'm using cocos2d v1.0.1 for the iPhone. My app needs to support landscape left and right only. I'm adding the splash image in a rotated portrait mode so when the splash image is removed I can load a background image that is identical to it and do some animations so it appears seamless.

The problem is the splash screen is ALWAYS upside-down in relation to the background image I add. This is regardless of if my rotated portrait image is rotated left or right.

I'm using the default rotation code and setup for cocos. Any help is greatly appreciated!

Upvotes: 2

Views: 489

Answers (1)

Nikhil Aneja
Nikhil Aneja

Reputation: 1259

I will suggest to duplicate the image and name it differently. And use it as per your need instead of using the default.png. It caused problem with me also. Instead of wasting my time I just used this way. Hope this helps. :)

Upvotes: 1

Related Questions