Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
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.
Develop games in your browser. Powerful, performant & highly capable.
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.