Hello,
I wonder is there something already implement in C3 or if there is an easy solution to adapt our mobile game on every mobile screen.
I saw some stuff avout resyzing all the object according to the screen syze but what about the position?
Develop games in your browser. Powerful, performant & highly capable.
construct.net/en/tutorials/supporting-multiple-screen-17
To keep your layout centered within the window/screen, I also recommend that you check the "Unbounded scrolling" property.
Obviously you must also set the Fullscreen mode property, according to your needs.