Top Down Adventure Style Movement and Attacks
Heres some very early GML code for movement and attacks in a top down adventure game. I suppose that I could have used some sort of constructor function for assigning attributes to obj_sword, but thats not always easy to read and can get very messy if you change the function to add paramaters so, as…