I have the same question, how do I adjust the rotation of a sprite Ex: make the character face a different direction like 45*
Viewing post in Coding with Pixelbox.js
Sprites can only be rotated by 90° increments using flip flags.
A work-around to make 45° rotation would be to draw another version of your sprite.