All Posts in GameMaker Studio 2



For day 143 of coding, I finished the 6th video of Shaun Spalding's turn-based battle tutorial
A battle menu is now present, though it doesn't interact with the actual battle yet


For day 142 of coding, I fixed up the orbiting orb shield object so that it'll only harm the enemy when it is not in a hurt state


For day 141 of coding, I have altered the code for the stun state
Now the stunned enemy will shake shortly before leaving stun


For day 140 of coding; I have adjusted the boomerang to stun instead of hurt enemies


For day 139 of coding, I have implemented a way to delete saves
From the file select menu, pressing the key indicated by the new text box will delete the selected save. Easier than going into the computer's file directory each time


For day 138 of coding, I altered code on how throwable items interact
Items like pots, rocks, etc.. can go over certain parts of the background, and will be destroyed when landing on water


For 137 of coding, I made it to where you can see how much time has passed during the game.
The time will stop counting when the game is paused, but will start again once the game resumes


For day 136 of coding, I have made changes to how depth is sorted between instances
They now go under the upper tiles as they should


For day 135 of coding, I finished the final video of Shaun Spaulding' action RPG tutorial
The save and load functions now work for each slot 😄


For day 134 of coding, I've finished 2/3rds of the final video of Shaun Spalding's action RPG tutorial
I've now made a save slot selection menu, though it cannot be interacted with yet