Trouv / bevy_ecs_ldtk

ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
Other
664 stars 75 forks source link

feat: Register types `GridCoords` and `LayerMetadata` #146

Closed johanhelsing closed 1 year ago

johanhelsing commented 1 year ago

Types need to be registered for bevy-inspector-egui (and other tools) to know about them. Do it in the plugin so it's convenient for users.