You can see my game here: doobiedoctor5000.allalla.com/shootTheMonsters/index.html
Controls: Arrow keys to move, space to shoot
My current issue is I don't know why I can't get the player sprite to face diagonally without actually moving diagonally. If I release the buttons, it will either face along the x or y axis, but not both at the same time. I'm using the 8Direction behavior for the player. How do I get it so the player remains facing diagonally after the arrow keys are released?