Jojendersie / Monolith

A voxel based space simulation game
16 stars 1 forks source link

UI scaling problems #61

Open Wumpf opened 10 years ago

Wumpf commented 10 years ago

Font and UI does not scaler properly on different resolutions. Currently only @ 1024x768 (honestly, who still needs this resolution?;)) shows proper buttons & fonts. At every other resolution it looks like the font scales faster than the buttons.

Since 9df5de10d21d23ff46ed3d29b6b0102bd6622523 it is possible to change the resolution via config file. The default/fallback resolution config is slightly higher so that you can see this bug without doing anything.

Jojendersie commented 10 years ago

Replicate of #47