An open API service indexing awesome lists of open source software.

https://github.com/deniszholob/tileset-format-tool

Tileset Format Tool
https://github.com/deniszholob/tileset-format-tool

game-development image-processing

Last synced: 7 days ago
JSON representation

Tileset Format Tool

Awesome Lists containing this project

README

          

# Tile Set Format Tool [App](https://deniszholob.github.io/tileset-format-tool/)

Tile set tool to convert wetween different tile set formats, and modify borders.

## Deployments [![Build Status](https://github.com/deniszholob/tileset-format-tool/actions/workflows/main.yml/badge.svg)](https://github.com/deniszholob/tileset-format-tool/actions/workflows/main.yml)

- Master branch is for the source code that's hosted on
[GhPages](https://deniszholob.github.io/tileset-format-tool/)

# Support Me

If you find the cheat sheet or the source code useful, consider:

- Donating Ko-fi: https://ko-fi.com/deniszholob
- Supporting on Patreon: https://www.patreon.com/deniszholob

# Screenshots

### Formatter Page

![Tile Set Format Tool - Formatter](screenshots/Tile-Set-Tool_Formatter.png)

### Editor Page

![Tile Set Format Tool - Editor](screenshots/Tile-Set-Tool_Editor.png)

### Settings Page

![Tile Set Format Tool - Settings](screenshots/Tile-Set-Tool_Settings.png)

### Godot .tres export:

1. Download the tilemap image and corresponding godot tres
2. Load image and. tres into godot root folder (drag-n-drop)
3. Load the .tres into a TileMap's node "Tile Set" input

Texture, tile size, and tile terrain bitmask is all set in the .tres, all you have to do is paint!

![Tile Set Format Tool - Godot Export Tres](screenshots/Tile-Set-Tool_Godot-Tres-Export.png)