#Tiles with custom logic
1 messages · Page 1 of 1 (latest)
The easiest way is to use a SceneCollection instead of an Atlas for those tiles.
That way you can add any node as a tile.
The other would be to correlate the position of the object to the tile id and read it's custom data layer to decide what to do when standing on it.