Hello there,
I’m having a problem getting a Splash Screen to work on my game when it’s being run on a device.
My game launches and runs only in Landscape mode and my build.settings includes:
orientation =
{
default = "landscapeRight",
supported =
{
"landscapeLeft", "landscapeRight"
},
},
In my project’s directory (same as main.lua) I have Default.png, Default-Landscape.png, Default-LandscapeRight.png, and Default-LandscapeLeft.png. I’ve tried adding/removing different combinations of the images, but the Splash Screen still only shows up on the simulator.
If I run my game on a device, I get a black screen with the iPhone’s status bar in landscape mode, until my game finishes loading about 5 seconds later.
Any ideas?
Thanks in advance! [import]uid: 36054 topic_id: 7204 reply_id: 307204[/import]