- Level Builder
- 21 Dec 2015 05:52:50 pm
- Last edited by KingInfinity on 10 Aug 2016 06:56:15 pm; edited 1 time in total
Hello, all!
I have been working today on a nifty little program that lets you convert an image into tile positions for color calculators.
In the archives here:
LevelMakerCE
I have been working today on a nifty little program that lets you convert an image into tile positions for color calculators.
First, make all the tiles you will be needing.
Next, make your map out of tiles inside an image. The map must be the size of a TI-84+CE.
Put all your tiles in the folder (naming them after letters).
Run the program on the image.
You will get a 1,200 character string of letters. Each letter corresponds to a tile.
You can now use ASM to parse the string and place the tiles!
In the archives here:
LevelMakerCE