Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Gameframe

Custom window frame for GameMaker games · By YellowAfterlife

Text in Draw GUI won't resize?

A topic by SpaceMouse created 57 days ago Views: 58 Replies: 2
Viewing posts 1 to 3

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?

Developer

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!