Splash Screen Orientation

I’ve noticed that the splash screen in my landscape game still loads in portrait mode. Are splash screens always portrait or did I miss a configuration somewhere?
Thanks! [import]uid: 16901 topic_id: 20479 reply_id: 320479[/import]

I assume you’re talking about Default.png?

On iOS it needs to be rotated with the short end at the top (320x480), and on Android there’s an inconsistency where you’ll have to rotate the image to have the long end at the top (480x320).
FYI, I submitted a bug-report about this a few day ago.
[import]uid: 70847 topic_id: 20479 reply_id: 80291[/import]

Thanks swipeware!.. yes, I was refering to the Default.png. [import]uid: 16901 topic_id: 20479 reply_id: 80357[/import]