JoshLee0915 / GodotLDtkImporter

A plugin for importing LDtk files into Godot
MIT License
26 stars 4 forks source link

Update importer to use the t field to get tileId once LDtk 0.6 releases #3

Closed JoshLee0915 closed 3 years ago

JoshLee0915 commented 3 years ago

Deepnight confirmed the exposing the tileId field is planned for the 0.6 release of LDtk. Once this is out the importer needs to be updated to use that field instead of piggybacking on the d field to get the tileId used.

https://github.com/deepnight/ldtk/issues/217

https://github.com/deepnight/ldtk/milestone/8