general in GameMaker Studio 2

Share your creations!
Loading...

For day 1276 of coding, I have compiled the depth sorting into a function to be called. I still need to check over the object to make sure the function can be applied universally

Loading...

For 1275 of coding, I gave the box some depth sorting. I will need to make it as a separate function streamline for objects

Loading...

For day 1274 of coding, I made a chest that will hold stuff. The collision is there, but I need to look into its depth sorting

Loading...

For day 1273 of coding, I've noticed that some of the code used for the debug display is using "magic numbers." I've been replacing those numbers with variables that will represent them

Loading...

For day 1272 of coding, I am putting some of the debug display into separate functions for better organization