Secret of Mana stlye inventory wheel [Game Maker | Basics]
This basics video tutorial shows you how to make a Secret of Mana style inventory wheel.
You create a new wheel instance and pass in 2 values, one array filled with images to be shown (and rotated) and how big one slice of the wheel is. Then you draw each image correctly and rotate it with a small state machine. That's it!
Graphics shown:
https://chiecola.itch.io/chom-bombs
https://itch.io/queue/c/398089/mana-seed-official?game_id=630631
π Support me and get fresh game art and game maker projects every month:
https://www.patreon.com/1upindie
Follow me on:
πΈ Instangram: https://www.instagram.com/1upindie
π¦ Twitter: https://twitter.com/1upIndie
π¬ Discord: https://discord.gg/gvr98nb
π Udemy: https://www.udemy.com/course/become-a-video-game-developer-with-gms-23/ (See youtube about page for discount)
CHAPTERS
-------------------------------------------------------------------------------------------------------
0:00 Preview
0:31 Subscribe
0:54 What we will do rundown visually
2:44 Spawn a wheel instance and pass in values
3:42 Draw a selection rectangle at the top position
4:12 Draw all passed in images from the array
6:35 Use a state machine to toggle a rotation