A Tile Set Previewer written in Python 3.8 and PyGame, used to live preview tile creation in a context window.
When you launch the main.py file, you will first enter edit mode, use LEFT and RIGHT arrow keys to choose the tile you want to place down, (when finished) hit ENTER to launch preview mode, open the tiles in your favourite editor and start editing, save the image to automatically update the tiles. The settings.json contains some settings that you can edit to customize the window. I suggest copying the Tiles folder to not lose the tiles that come with the software because they are neccesary, later, you can copy the new Tiles folder path and paste it under "tiles-path" in the settings.json file.
Things still to do
- Improve the flow of using the program (make it more automatic)
- Add transparency support
- Add stylesheet support
- Add environment saving