Hello everyone,
I am building a topdown 4 way movement like- game where my enemy's follow my player using the path finding function.
This is working real good, but now the enemy is always watching right, no matter wich direction it's moving.
So my question is: How can i "check which direction my enemy is moving"?
So i can just add animations with events on which way it's moving.