Trouv / bevy_ecs_ldtk

ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
Other
630 stars 74 forks source link

feat!: upgrade ldtk types and examples to LDtk 1.4.1 #256

Closed Trouv closed 8 months ago

Trouv commented 8 months ago

Closes #247 LDtk 1.4.0 and 1.4.1 have been released and we should keep this project up to date before the next release. This PR rebuilds the ldtk/mod.rs file based off the steps in the documentation and the latest rust quicktype-generated file from LDtk. Some of these steps have been removed/adjusted since some of them are have actually been implemented in the quicktype itself. All example projects have been updated to 1.4.1 as well.