tilemap
Manage TileSet and TileMap resources in Godot projects. Create tilesets, add texture sources, assign tiles, paint on tilemaps, and list existing tilemaps to build levels.
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 | |
| 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) |