Secret of Mana stlye inventory wheel [Game Maker | Basics]

Опубликовано: 04 Октябрь 2024
на канале: 1up Indie
1,181
78

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-s...




👑 Support me and get fresh game art and game maker projects every month:
  / 1upindie  

Follow me on:
📸 Instangram:   / 1upindie  
🐦 Twitter:   / 1upindie  
💬 Discord:   / discord  
📜 Udemy: https://www.udemy.com/course/become-a... (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