0x1F9F1 / Open1560

A mod for Midtown Madness 1, primarily focused on supporting modern computers and fixing bugs.
https://0x1F9F1.github.io/Open1560
GNU General Public License v3.0
110 stars 9 forks source link

Fix UI/Font scaling and aspect ratio #71

Open 0x1F9F1 opened 3 years ago

0x1F9F1 commented 3 years ago

The UI should be fixed to scale better on larger resolutions, mostly in terms of font sizing and correct aspect ratios.

0x1F9F1 commented 3 years ago

Need to change the underlay bitmap position (asCamera::DrawBegin) and loading bar position (mmLoader::Init)

0x1F9F1 commented 3 years ago

Need to fix scale/size in PUMenuBase::PUMenuBase

0x1F9F1 commented 3 years ago

Need to change width/height calculations in agiSWBitmap::BeginGfx to match agiDDBitmap/agiGLBitmap

0x1F9F1 commented 3 years ago

Need to fix positions in PUKey::PreSetup