Hello comunity!
I'm doing a small action here for my top-down rpg. I want the player to move slightly in the direction he is attacking, so I made this:
What I'm finding out is that whenever I set the 8-movement speed, the player always moves to the right by default. In this case, the player instead of just moving left he moves to the right really fast and then he moves to the left as intended.
Is there anything I'm not understanding with the 8-direction movement?
I know I probably could do the same with bullet behavior in the angle of the mouse, but I was confused by this.
Thanks for being interested!