Blob tileset generator generates a blob tileset from a 1x5 tileset image. You can create a map with the generated tileset using Tiled.
Prepare a 1x5 tileset image. Refer to Wolf RPG Editor's FAQ for how each tile is used. Note that Blob tileset generator does not support animation tilesets while Wolf RPG Editor does.
The 1x5 tileset image must satisfy that
width * 5 == height
.- width is even.
Then, run the following command.
cabal run blob-tileset-generator.cabal -- <1x5 tileset image path>
For the available options, see cabal run blob-tileset-generator.cabal -- --help
.
Input | Output |
---|---|
All files in this repository are licensed under The 3-Clause BSD License. See LICENSE for the full license texts.