Release

Asset Rotator

2

Mrlegoboy 2019-06-09 16:31

I always thought it was such a pain to have to redraw a character just to rotate it 90 degrees, so I made this handy tool.

Wait for random characters to appear, then its done.

Saves rotated characters to file #7

You still have to copy and paste each character back onto their original sheet, so it might not be all that much better.


was8bit 2019-06-09 18:28 (Edited)

Attribute settings for both cells and sprites offer horizontal and vertical flip..

This isn’t TRUE rotation, but offers FLIPS as a setting, so you can possibly get 4 out of 1 for any character without redrawing the character :)


was8bit 2019-06-09 18:33



DO
FOR Y=0 TO 15
FOR X=0 TO 19
ATTR(,INT(RND*2),INT(RND*2),,)
CELL X,Y,192+INT(RND*64)
NEXT X
NEXT Y
WAIT 60
LOOP


Mrlegoboy 2019-06-10 03:13

Yeah but no matter how much you flip it doesnt point my spaceship to the sky


was8bit 2019-06-10 03:18 (Edited)

Check out my dog fight toy :)

https://lowresnx.inutilis.com/topic.php?id=50


I only use 3 images to create 8 total images :)


Timo 2019-06-10 09:23

Rotation should be a function of the Char Designer. And several edit options more... I just don’t have enough time (and energy) to work on it yet :/


Mrlegoboy 2019-06-11 02:39

Don’t worry timo i got the quick fixes for ya


Log in to reply.