export_godot_tileset
Convert a tile sheet PNG into a Godot 4 TileSet .tres resource for use in TileMapLayer. Specify tile dimensions and output path.
Instructions
Generate a Godot 4 TileSet .tres resource from a tile sheet. For use with TileMapLayer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tile_width | No | Tile width in pixels (default: 32) | |
| output_path | Yes | Output .tres path | |
| tile_height | No | Tile height in pixels (default: 32) | |
| sprite_sheet_path | Yes | Path to the tile sheet PNG |