jmonticelli / 1530_Premature_Optimization

1530 Repo for team Premature Optimization
0 stars 0 forks source link

Fixed HUD resize #97

Closed jmonticelli closed 6 years ago

jmonticelli commented 6 years ago

HUD resizing is now in, I visually and manually tested it (ew manual testing :))

Overall game has been bumped down to 800x600 resolution.

why?

Considering 720p screens, (1280x720), given a user is using Windows, the size of the Windows frame border, the JMenuBar, and the TaskBar, I'm fairly certain sums up to be something like 120 pixels. So, 600 pixel height should cover this situation (or be within a few pixels of solving the problem).

Also, 800x600 is 4:3 display resolution which is great.