Hexworks / zircon

Zircon is an extensible and user-friendly, multiplatform tile engine.
https://hexworks.org/projects/zircon/
Apache License 2.0
753 stars 137 forks source link

Create a Tile implementation that's composed of multiple Tiles. #339

Closed adam-arold closed 3 years ago

adam-arold commented 3 years ago

There are many cases when using a Layer is overkill, and the user only wants to compose a few Tiles in a single cell (for example to represent a combination of characters to achieve some graphical effect).

This can be easily implemented with a StackedTile type that holds a stack of Tiles. The renderers need to be augmented to use this functionality.