Great work :D. Just bought this asset pack, for my project, absolutely love it! I would love to know how you set up the character’s shadow in Game Maker, is the shadow a seperate sprite or are you using a shader?
Thanks! There is actually a downloadable project file that comes with the asset for 5$ which has the shadows rendering as well as some extra sprites! :)
Basically I am just drawing the 90 degree offset of my player sprite. So for example, if you move south, I draw the east movement sprite and rotate it -90 degrees, and shrink/stretch it some. :)