https://github.com/toku-sa-n/blob-tileset-generator
A program to generate a blob tile from 1x5 image.
https://github.com/toku-sa-n/blob-tileset-generator
tiled tileset wolf-rpg-editor
Last synced: 7 months ago
JSON representation
A program to generate a blob tile from 1x5 image.
- Host: GitHub
- URL: https://github.com/toku-sa-n/blob-tileset-generator
- Owner: toku-sa-n
- License: bsd-3-clause
- Created: 2022-04-28T06:19:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T00:47:42.000Z (over 3 years ago)
- Last Synced: 2025-01-25T06:41:24.527Z (9 months ago)
- Topics: tiled, tileset, wolf-rpg-editor
- Language: Haskell
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Blob tileset generator
Blob tileset generator generates a [blob tileset](http://www.cr31.co.uk/stagecast/wang/blob.html) from a 1x5 tileset image. You can create a map with the generated tileset using [Tiled](https://www.mapeditor.org/).
## Usage
Prepare a 1x5 tileset image. Refer to [Wolf RPG Editor's FAQ](https://www.silversecond.com/WolfRPGEditor/Guide/MAKEMAT_004.html) 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|
|-----|------|
|||
|||## Licenses
All files in this repository are licensed under The 3-Clause BSD License. See [LICENSE](LICENSE) for the full license texts.