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