Hi Guys.
I’m new to Corona.
I’ve been following a few tutorials, and I wanted to try Tiled the map editor.
And I also downloaded Lime.
I’m just joking around and trying stuff, and trying to follow a tutorial with Tile + lime.
Here’s what I need help with.
I’ve made a folder for my project called ( Game )
So I saved my map that I created in tiled, in the Game folder.
I also dragged the Lime folder in the Game folder.
But on step 6 on the tutorial it says that I have to load the map in Lime.
I have no IDEA what he means, do I create a main Lua file ?
And write this :
- local lime = require(“lime”)
- local map = lime.loadMap(“my.tmx”)
- local visual = lime.createVisual(map)
Thanks for any reply, I’m new to this.
Cheers!