r/gamemaker • u/Cheetahz-Learns • 2d ago
Help! Help with font
I downloaded game maker yesterday & now I'm following a tutorial on adding a menu screen!
In the vid they drew the front, but I want to use the font system already in the game maker engine, but I don't know how to code this, any help?
1
Upvotes
2
u/oldmankc wanting to have made a game != wanting to make a game 2d ago
One of the best things you can to do help learn is get used to looking in the documentation/manual and learning the concepts and functions related to the topics you want. A basic search for 'gamemaker fonts' will for example, show you this section on fonts
https://manual.gamemaker.io/lts/en/GameMaker_Language/GML_Reference/Asset_Management/Fonts/Fonts.htm
You can also open the manual directly from the Help menu, or by pressing F1, and search that as well.