The splash screen isn’t anything special. I seem to remember our engineer that implemented it wanted a 1536x1536 and it’s drawn on a black background. I think 1536 px on the long side is a good target number. Our image we use is a little smaller that that and a rectangle, not a square.
I am unaware of a way to change the background color.
@roaminggamer It’s sort of like building any Corona app. To avoid letterbox and aspect ratios it’s simpler to just fill the screen with a solid color and center an image that fits inside any content area.
@roaminggamer Did you ever figure this out? Does it do letterboxing (or is there a way to make it do letterboxing) or does it always stretch the images to fit the aspect ratio?
The splash screen isn’t anything special. I seem to remember our engineer that implemented it wanted a 1536x1536 and it’s drawn on a black background. I think 1536 px on the long side is a good target number. Our image we use is a little smaller that that and a rectangle, not a square.
I am unaware of a way to change the background color.
@roaminggamer It’s sort of like building any Corona app. To avoid letterbox and aspect ratios it’s simpler to just fill the screen with a solid color and center an image that fits inside any content area.
@roaminggamer Did you ever figure this out? Does it do letterboxing (or is there a way to make it do letterboxing) or does it always stretch the images to fit the aspect ratio?