tilemap
Create and manage TileSets and TileMaps in Godot 4.x. Use actions to create tilesets, add texture sources, set tiles, paint on tilemaps, and list tilemap data.
Instructions
TileSet and TileMap management. Actions: create_tileset|add_source|set_tile|paint|list. Use help tool for full docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| tile_size | No | Tile size in pixels (default: 16, for create_tileset) | |
| scene_path | No | Path to scene file (for list, paint) | |
| project_path | No | Path to Godot project directory | |
| texture_path | No | Texture source path (for add_source) | |
| tileset_path | No | Path to TileSet .tres file (for create_tileset, add_source) |