WASD / Arrows - Movement MousePointer - Control Dir A short test I made because I saw a video on miziziz's new game and liked the rotation of the player.
It glitches when facing straight down (180) because of the sudden switch from a negative (-179) to a positive (180) and vice versa. Any help fixing this would be fire in the comments. Feel free to use (bc this is half-baked) Good luck incorporating into whatever game. My idea for the fix is making my OWN direction system Head translates negatives (-179) into positives (1) on a scale of 360, other limbs follow that rotation without negatives.