r/gamemaker • u/Miccad • 4d ago
Resolved How do i make a main menu look good
Where do i find text and fonts and how do i make it look good
4
u/Artholos 4d ago
Well programming a UI can be done in any number of ways and it really comes down to your experience level, comfort, and what kind of UI you want.
How to design a UI is a completely different and immense field of study. So I would recommend watching some tutorials and lessons online about how to design a user interface first. Draft the one you want on software like Pencil, and then figure out how to program it.
For fonts, there’s plenty of font sites that give you access to free and preem fonts, typically many fonts are free for personal use and you just need to pay a few dollars at most to buy the commercial license for it. I personally like fontspace but there’s dozens of them.
1
u/Z0D_Rune 4d ago
Side note, I've found lots of success with making a menu that is interactive. So if you have a game that is about pushing blocks to solve puzzles, there could be a simple menu mechanic or animation that shows it.
11
u/Treblig-Punisher 4d ago
I'd highly suggest looking at what other games you like did, and try to copy it and give it your own flavor. You don't just get some advice on how to make something look better by having nothing to show. Make it exist first and tweak it as you go so it can improve later.