*Exmaple Tileset https://v3x3d.itch.io/bountiful-bits - VEXED
generates single tile tileset from an image with fixed tile sizes works bests on tilesets with few gaps
- Open the godot project change the TILESET.png to your tileset
- Set Change setup variables on Node2D from the inspector panel
-- name
-- width (in tiles)
-- height (in tiles)
-- tile size
-- select your base image
You'll find the exported tileset in your user:// dir
OS | PATH |
---|---|
Windows: | %APPDATA%\Godot\ |
macOS: | ~/Library/Application Support/Godot/ |
Linux: | ~/.local/share/godot/ |
if you want you can use the tilemap node in the project to test you're new tileset or simply drag and drop it into your own project