Skip to content

Commit

Permalink
TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Aug 10, 2023
1 parent 9ae109a commit dd7f042
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,11 @@ struct NormalizedTile {
bool hFlip;
bool vFlip;

/*
* TODO : create a way to populate these fields, and then do so at NormTile creation time. We will also need to
* propogate the LayerType forward into assignment field of the compiledTileset, so the metatile attributes emitter
* can use it.
*/
/*
* Metadata Fields:
* These are used by the various components to track metadata around the usage context of a NormalizedTile. Allows
Expand Down

0 comments on commit dd7f042

Please sign in to comment.