Lua Tile Map Generator

Select your images

Dictionary file (optional)
Level file

Sample files dictionary.png level1.png Complete project source

Usage:
This generator will create a tile map from an image. Simply load your dictionary image file and your level file and you'll get a generated Lua tile map. The dictionary file is optional - but if you don't use your own one you'll have to use the colors used in the default dictionary.png file when you design your level. The files should be of the type PNG. Alpha channel is not supported. Other formats might work, but might as well not. Make sure that both the dictionary file and the level file use the exact same colors and use the same color mode. Make sure that you save your files the same way - I notices for example that when using Photoshop Saving and Exporting did not give the same results. The upload doesn't work in Safari. You could still use the application though if you download the source and run it locally. Change which files to use at the bottom of the javascript file.