haekb / nolf2-modernizer

NOLF 2 Modernizer aims to unlock resolution support, restore multi-player support, and fix a few bugs here and there.
https://haekb.itch.io/nolf2-modernizer
30 stars 4 forks source link

In-Game menu overlaps with Resume button #51

Closed haekb closed 4 years ago

haekb commented 4 years ago

On 2560x1440 the menu is too far to the right and overlaps with the resume game button. Whoops!

haekb commented 4 years ago

This will also fix the menu issue in #30 ! (Won't fix anything else in it though.)

haekb commented 4 years ago

Essentially what I've done is anchour the width of the menu bar to the position of the resume button.

That's bit of a hacky fix, but it works well. It also means I can freely adjust the menu position without having to fiddle with the menu bar again.