Page 1 of 1

[Solved] Tiled Map Export for Love2d

Posted: Tue May 20, 2014 1:56 pm
by eduardojuniosm
Hello guys! I need help with maps .lua exported from Tiled Map Editor. I want to know how to import this for my game on Love2d and how to add a player in the map, define what is solid, etc. Anyone can help me? Thank you in advance.

Re: Tiled Map Export for Love2d

Posted: Tue May 20, 2014 5:01 pm
by micha
There is no build-in functionality in LÖVE for that, but you can check out some libraries, written by the community.

For loading maps from tiled, see Simple Tiled Implementation.
For handling collision, see Hardon Collider.

Re: Tiled Map Export for Love2d

Posted: Tue May 20, 2014 8:39 pm
by eduardojuniosm
micha wrote:There is no build-in functionality in LÖVE for that, but you can check out some libraries, written by the community.

For loading maps from tiled, see Simple Tiled Implementation.
For handling collision, see Hardon Collider.
Thank you! :)