![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Belal |
Tilmap’s set_cell() function doesn’t do anything when called with the id of a scenes collection source. I have only one Layer, a sences collection source with an id of 2 and a tile id of 2. The documentation says the argument atlas_coords for a scenes collection must always be Vector2i(0,0). So calling:set_cell(0, Vector2i(0,0), 2, Vector2i(0,0))
should place an instance of my scene at (0,0), but it doesn’t. I can manually place instances of my scene using this tilemap, no problem. Calling this function on an atlas_source works. Is this a bug ?