Skip to content

Commit

Permalink
feat: register TileMetadata and TileEnumTags types (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Jan 14, 2023
1 parent 246880f commit 26cae15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -208,6 +208,8 @@ mod plugin {
.label(LdtkSystemLabel::Other),
)
.register_type::<GridCoords>()
.register_type::<TileMetadata>()
.register_type::<TileEnumTags>()
.register_type::<LayerMetadata>();
}
}
Expand Down

0 comments on commit 26cae15

Please sign in to comment.