Skip to content

toku-sa-n/blob-tileset-generator

Repository files navigation

Blob tileset generator

Blob tileset generator generates a blob tileset from a 1x5 tileset image. You can create a map with the generated tileset using Tiled.

Usage

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.

Examples

Input Output
input output
input output

Licenses

All files in this repository are licensed under The 3-Clause BSD License. See LICENSE for the full license texts.

About

A program to generate a blob tile from 1x5 image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published