Hello folks,
Thanks in advance. I’m new to Corona. Recently I have started working on corona. I am developing tile based game, so I used ‘Tiled Map Editor’. I successfully created map and exported in JSON format.
Now my problem is, I saw one code snippet from https://developer.coronalabs.com/code/corona-tiled#comment-145919 … where it mentioned tiledMap = require(“tiled”****) . But I don’t know where will I get this ’ tiled.lua’.
Can anyone help me?