I am looking to create a mobile construct 2 game for IOS. Before I start though I need to know how to format a C2 game to fit all IOS screen ratios in landscape.
Develop games in your browser. Powerful, performant & highly capable.
You don't
Pick a scale, 16x9 is good, pick a resolution from that scale, and use fullscreen.
https://www.scirra.com/tutorials/73/sup ... reen-sizes
To get rid of black bars on screens with different aspect ratio, use scale outer mode and make your background about 15% bigger than layout size.
scirra.com/tutorials/73/supporting-multiple-screen-sizes To get rid of black bars on screens with different aspect ratio, use scale outer mode and make your background about 15% bigger than layout size.
scirra.com/tutorials/73/supporting-multiple-screen-sizes
You can change the background in the html. Its just black by default. You can even use a texture if you like.
newt
Good to know, thanks.
But if the background in the game is more complex, consisting of different sprites, or moving, scaling - then I guess it needs to be a part of layout, not set in html.