Sprite Editor update v1.2.0


Hi All.


New update on the Sprite Editor.  More refactoring and code cleaning and 2 very useful features added. Read bellow (and see the images).


- Preview window for sprite and mask.
You can now see the sprite in a very small window. This will help you to have a better perspective of how the real sprite will look. You can also see the mask being generated in real time (read more bellow). And if you do play the animation, preview windows also animate.
You can enable / disable the preview windows in the View menu.



- Export to UDG (DATA statements).
Are you drawing with BASIC in mind? Not to worry, you can now export top decimal DATA statements, to be used directly by BASIC. Project menu, Export option.

REM Sprite dizzy, Frame 0
DATA 0, 0, 0, 0, 0, 0, 1, 1
DATA 3, 3, 3, 7, 55, 247, 247, 243
DATA 3, 0, 0, 0, 1, 1, 3, 3
DATA 0, 0, 0, 0, 124, 254, 255, 147
DATA 17, 85, 17, 255, 255, 125, 131, 239
DATA 255, 254, 0, 0, 199, 69, 239, 239
DATA 0, 0, 0, 0, 0, 0, 0, 0
DATA 128, 128, 128, 192, 216, 222, 222, 158
DATA 128, 0, 0, 0, 0, 0, 128, 128

REM Sprite dizzy, Frame 1
DATA 0, 0, 0, 0, 0, 0, 0, 1
DATA 1, 3, 99, 243, 247, 119, 7, 7
DATA 3, 3, 0, 0, 1, 1, 3, 3
DATA 0, 0, 0, 0, 0, 124, 254, 255
DATA 147, 17, 85, 17, 255, 255, 125, 131
DATA 239, 255, 254, 0, 199, 69, 239, 239
DATA 0, 0, 0, 0, 0, 0, 0, 0
DATA 0, 128, 140, 158, 222, 220, 192, 192
DATA 128, 128, 0, 0, 0, 0, 128, 128


- Sprite rotation (clockwise)
Want to rotate the sprite clockwise to do some animations? Click the icon and both sprite and mask will be rotated 45º clockwise. Only available for square sprites.


-  Mask automatic generation support
Don't worry about the sprite mask, it's done automatically. On the fly. You can also configure, 3 types of mask (available in sprite properties): Tight, Medium or Large. Check the examples bellow.

TightMediumLarge

Files

SpriteEditor120.zip 570 kB
Oct 16, 2023

Get Sprite Editor

Leave a comment

Log in with itch.io to leave a comment.