In the Ghost Shooter tutorial there is an event.
System every tick Player Set angle toward (Mouse.x,Mouse.y)
so the player will always face the mouse.
I want to edit this so instead of using the mouse you face the last place you move. But every time I release the keys it automatically faces up, down, left or right.
For example if I�m moving down right and release, it should stop moving but keep facing down right. Instead it stops moving and faces right or down, not down right.
How I tell the game to set the angle toward the last angle you were facing?