Hey all
Right now I have a character in my game able to move up, down, left, and right. But only goes one direction at a time…
For example if I’m moving up and then press left while still holding up my character will turn left.
I’m curious if anyone has some code or an idea how to fix this without making about 16 more case statements
Thanks!