Trouv / bevy_ecs_ldtk

ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
Other
641 stars 73 forks source link

fix!: remove `LdtkAsset::world_height` and correct `UseWorldTranslation` y-calculation #207

Closed Trouv closed 1 year ago

Trouv commented 1 year ago

The y-values used for spawning levels in the UseWorldTranslation case were incorrect. There were a couple problems:

BREAKING-CHANGE: LdtkAsset::world_height has been removed