General in GameMaker

Share your creations!


For day 833 of coding, I gave the pickups a bit of bounce when they appear. Some adjustments will be made later to make it a bit more natural


Still working on a lot of stuff.
The Sandwave has animation now it's also a little different from last #WIPWednesday


For day 832 of coding, I added some depth sorting to the pickups


For day 831 of coding, I made sure the new function works for the rocks as well. I've also adjusted the speed on the item pickups


HAPPY 1st ANNIVERSARY OF THE FUNNY CROW GAME!!!


For day 830 of coding, I used the code for spawning resources and turned it into a function to be called by the resource


For day 829 of coding, the trees now also drop wood when the player cuts it down partway


For day 828 of coding, I have addressed the issue by changing the layer target from the object's predefined layer to the specified layer by name. The cause of the error was that the tree's layer ID is at -1, despite being on the same layer as the rocks