I’ve been using the modern config.lua with a base resolution of 480x320 and letterbox scaling.
The modern version recalculates width or height based on the aspect ratio. I want to change this so that I have a fixed height of 320 (never changes) and only have the width (480) recalculated to help with the aspect ratio. Having both the height and width change is limiting level design in my game.
Can someone let me know how this can be done?
Thanks.