What is the best tilesheet approach currently?

Am going to have to animate some squares with animated arrows and color cards in them.
Tilesheet seems like a perfect match for the job, but getting confused if tilesheet is even a thing, looking through the API.
Is there some example I can look up that is the de facto example to understand it ?
Target is native windows.

Take at Tilemap and the BunnyMark demo

BunnyMark is a simplified example of using Tilemap, but it’s a good start.

We added a TileArray API that’s available if you do not want to preserve any state for your objects, but using Tile is more similar to normal display objects, and is easier for most uses I think

1 Like

Thanks @singmajesty.