Tool to convert Aquarela templates to fonts, sprites or patterns.
Templates:
Download a template image, modify only the white rectangle areas and keep the gray lines.
Step 1
Choose one of the following Aquarela's file format.
Step 2
Load a template image designed for to convert.
The image must have pixels, only black and white colors and follow the given template.
Step 3
Save the file.
Note: the sprite file can be loaded directly on MSX VRAM and be used. Take a look at the following code example.
10 SCREEN 2,2
20 BLOAD"SPRITE.SPR",S
30 SP=0
40 PUT SPRITE 0, (128, 95), 15, SP
50 IF INKEY$="" THEN 50
60 SP=SP+1:GOTO 40
Author: Marcelo Silveira
License: GNU-GPL v. 3.x -
http://www.gnu.org/licenses/gpl-3.0.txt.