I'm trying to make a simple platformer character with a "blob shadow", a seperate sprite that acts as the character's shadow. How should I make it to stick to the floor all the time while still following player's X coordinates?
Develop games in your browser. Powerful, performant & highly capable.
EDIT:
My first idea had a weird bug so I reworked it. I hope this works for ya!
I'm not sure this is best way, but I have it working on my end.