I have a sample map. The Water and Grass.
I export it as .lua file for Corona SDK.
I Opened that file and I see a table
return {
– Here there are more tables with all the
– tiles info, size, layers, and numbers for data
}
It’s just a .lua file
How do I actually see, this map in composer?
How do I use it, Like how do I place an image in tile 45? for example
like a boat on close to the east shore?
how do I recognize each tile in composer?
You’ll need a Tiled parser/renderer for Corona. Not sure if one exists.
The Lua files Tiled writes are simply the map’s data. There’s nothing in it that’s specific to Corona. It won’t draw anything unless you either use a library that works with Corona and can render the map for you, or you could write your own renderer using sprites for tiles (and sweat, lots of sweat and some swearing on the side).
Cool, I’ve been meaning to find out about this as well. I have corona installed along with text wrangler as my editor but I actually haven’t used it yet. Good to know that Lime exists…
Are you talking about buying Lime? I don’t think it’s still for sale, is it?
Tiled is provided for free, and I’m even providing some level of support for free. My hope is that enough people will donate monthly through Patreon to allow me to spend more time on developing Tiled further.