I need to make my character move in cardinal directions only. Right now, if I have forward and left pressed at the same time, the input becomes (1, 1), which causes problems for my game. How do I fix this?
I need to make my character move in cardinal directions only. Right now, if I have forward and left pressed at the same time, the input becomes (1, 1), which causes problems for my game. How do I fix this?