https://github.com/mkinney/menus
gamemaker studio 2 menus
https://github.com/mkinney/menus
gamemaker-studio-2 menus
Last synced: 5 months ago
JSON representation
gamemaker studio 2 menus
- Host: GitHub
- URL: https://github.com/mkinney/menus
- Owner: mkinney
- Created: 2019-01-19T00:13:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T00:42:10.000Z (over 7 years ago)
- Last Synced: 2025-03-30T13:14:04.184Z (about 1 year ago)
- Topics: gamemaker-studio-2, menus
- Language: Game Maker Language
- Size: 823 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Inspired by [FriendlyCosmonaut's Menu videos](https://www.youtube.com/watch?v=1ITZOrI2qkA&list=PLSFMekK0JFgx2vmcCnttxxhrNVTjUB8R1)
She shows how to create a Settings Menu and how it could be used. There are sliders, toggles, and something she calls a "shift" that allows you to pick from a few different options. She also shows how to connect those settings to how it would be used in a game.
This is a great tutorial.
Note: It looks like she changed some variables halfway thru the video. (ex: ds_grid -> ds_ )
Future possible add-ons/changes:
- ini file to save/read settings
- set the initial room size to one of the possible resolutions
- add sound when navigating/changing option
- add simple game to show how to integrate it (splash screen, start, rules, etc.)
- refactor code so all colors are in one place (black, yellow, white, orange, etc.)
- add a background image
- change font
- try making ESC doing the resume/back
Screenshots: