stefanmielke / libdragon-extensions

List of structs and functions to help on Libdragon development.
MIT License
6 stars 1 forks source link

Mirroring support #14

Open adamcate opened 1 year ago

adamcate commented 1 year ago

When we decide to support mirroring, we'll need to rework the current tile format to encode this information. In addition, the way Tiled treats mirrored tiles requires some bit manipulation to extract.

Enabling mirroring will also require selective disabling of copy mode per tile, so this will need to be integrated into the renderer.