Page 1 of 1

Way to rotate displayed sprites via DECORATE?

Posted: Tue Jan 21, 2014 1:12 am
by t3hplayer
So I know it's possible to scale an actors' displayed sprites using DECORATE code (via, naturally, the Scale property). But, is there any way to rotate an actor's displayed sprites using DECORATE code?

For example, if I just want to do a simple 90 degree clockwise rotation, like in an image editor, is there a way to do that via decorate, or do I have to just actually rotate the images and make new animation frames? Supposed I wanted to have a Cyberdemon on its side, for some reason.

RE: Way to rotate displayed sprites via DECORATE?

Posted: Tue Jan 21, 2014 1:44 am
by Ænima
Nope, there's no way to do that in DECORATE.

Although instead of meticulously rotating each sprite via an image editor, I think you can take a shortcut and define rotated sprites via TEXTURES, although I've never tried it.