Hi!
In my previous top down games, the character looks at the crosshair and the image is rotated accordingly
Now i want to have a view with slight angle (imagine starcraft view), so i need to change character picture depending on what direction the character is looking, not only rotate the character sprite
Brute force solution would be to define single picture sprite animations for each rotation and go
If angle is blabla, set animation blabla
one condition for each picture
Is there a more convenient way to do this?