As reported in #1 , secondary tileset metatile attributes were not properly emitted. This PR fixes the issue and provides a test case to confirm correct behavior. The fix was simple, I had forgotten to properly initialize a struct member, deep in the compilation code.
As reported in #1 , secondary tileset metatile attributes were not properly emitted. This PR fixes the issue and provides a test case to confirm correct behavior. The fix was simple, I had forgotten to properly initialize a struct member, deep in the compilation code.