Skip to content

goph-R/TilePad

Repository files navigation

TilePad

Padding creator for Tiled tilesets. You can easily prevent the stripped tiles with it when you use display resolution indepent rendering.

Install on Windows:

Download the Win32 installer here

Compile on Ubuntu (18.04)

Install qtcreator:

sudo apt install build-essentials
sudo apt install qtcreator

Then create the make file and run make:

qmake -makefile -o Makefile TilePad.pro
make

The TilePad executable should have been created so run it:

./TilePad

How to use

Drop the tileset, you want to has padding, on the grey area. Set the export path and hit export.

Screenshot

Set the margin and spacing values in Tiled. The margin equals with the padding set in TilePad, spacing should be the doubled value of the margin.

Screenshot

How to remove padding

Check the "Remove padding" checkbox, drop the padded tileset image on the grey area. Set the export path and hit export.