levigilbert / godot-LDtk-import

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

Collisions not imported #12

Closed rainbowlotus-games closed 3 years ago

rainbowlotus-games commented 3 years ago

I created a layer named "Collisions", and put down tiles in it, but I do not see any collision shapes imported in the game (Clicking "Show collisions" on the TileMap doesn't reveal anything)

DavidMag commented 3 years ago

You have to go into the .import file and set it to true, should be located next to your ldtk file in your file explorer

image image