*HELP* -- How to force my game play in LANDSCAPE MODE ONLY?

anyone?..how to do it?..i need to code?..or there’s a way in game.project?..

1 Like

If you set the width and height inside your game.project file to something corresponding to a landscape aspect ratio. Then when you run your game on device I believe it will be displayed in landscape mode. :slight_smile:

Give these settings a try:
width: 960
height: 640

Note that the dev app will change view on rotation. It does not obey all settings. A bundle will be fine though.

2 Likes