levigilbert / godot-LDtk-import

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

Import Custom Objects and Collisions #6

Closed stefanmielke closed 3 years ago

stefanmielke commented 3 years ago

With this PR, we should be able to use our own objects (eg: Player, Items, etc), import collisions from LDtk, and import entity fields as metadata. Also fixed a few issues I found while using this plugin.

levigilbert commented 3 years ago

Looks good, thank you!