A Dino addon.
---
A dino addon for working with tilesets.
Expanded to include procedural generation magic.
I love rooms (game design element) as a unit of game design and iteration. A rooms api should support that.
Dino has seen a few different rooms api approaches already. The Runner Room code managed cycling rooms ahead of the player so they could be revisited. In Tower Jet, the Reptile Room was built up to generate (and regenerate) the tiles based on noise images. Then, Mvania / Hatbot featured a fuller room and area management, including room data lifecycle via hotel and pausing/unpausing the rooms based on the player location.
Tilesets should be automagic! But it takes some pre-work and some bitmask learning.
See also: TileSetTools script