Lime is a Lua module that allows you to use maps created in Tiled in your Corona games.
You can download the latest version (currently 0.6) from my site here.
It is quite easy to use, however there are some limitations which can be read on my site.
local lime = require("lime")
local map = lime.loadMap("map.tmx")
map:prepare()
The original post for this can be found here.
There are more things you can do with it (multiple layers, object layers and properties) which I will explain properly soon, I just want to get as much feedback as possible so that I can get it to version 1.0. [import]uid: 5833 topic_id: 3598 reply_id: 303598[/import]