Screen Resolution Challenge

Screen Resolution Challenge

Subscribers:
6
Published on ● Video Link: https://www.youtube.com/watch?v=rePBwoU956k



Duration: 1:03
53 views
0


In Game Maker there two functions, display_get_width and display_get_height, which, to the best of my knowledge, return the pixel width and height of the monitor.

Great for automatically adjusting the game window and GUI during the game start event. I've set myself a challenge to make sure that the UI in this project is "mostly" consistent between several different resolution types.

I can already see issues (mostly to do with text), but I probably need these sorts of challenges to keep me invested this early on.