tilemap_fill_rect
Fills a rectangular area of a TileMap with a specific tile using source ID and atlas coordinates. Populates tile grids.
Instructions
Fill a rectangular area of a TileMap with a tile
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | TileMap node path | |
| rect | Yes | Rectangle to fill | |
| source_id | No | TileSet source ID | |
| atlas_coords | No | Atlas coordinates [x, y] |