Custom window frame for GameMaker games · By YellowAfterlife
Hello,
I've got an odd problem. Everything looks fine when I load my game, but when I resize the window, everything resizes properly, other than text being drawn in the draw gui event across multiple objects. I'm guessing I'm doing something wrong?
The extension should be restoring GUI size to what it was before, but you can do so yourself after gameframe_draw by calling display_set_gui_size.
Worked like a charm, thank you!