levigilbert / godot-LDtk-import

Basic GDscript for importing LDtk files into the Godot game engine.
MIT License
126 stars 15 forks source link

sample ldtk file import not correct #8

Closed JustusPan closed 2 years ago

JustusPan commented 3 years ago

godot 3.3 ldtk 0.9.3 and ldtk 0.8.x

Following official sample from ldtk could not be imported correctly in godot.

Typical_TopDown_example.zip

JustusPan commented 3 years ago

maybe it's related to 'tile stacking' mode of ldtk

levigilbert commented 2 years ago

I'm working on updating the plugin. I haven't been maintaining it due to life.

The current plan is to get the basic features working with the latest versions of Godot and LDtk. Then I'll be filling out the newer features of LDtk and trying to add further functionality.