Hi guys!
I would like to use Tiled map editor, but when I’m trying to load the map in Corona SDK, an error message comes up. Tiled.lua is missing.
The code is so simple:
Local tiledMap = require(“tiled”)
map = tiledMap:load(“mymap.json”)
Does anyone know how to fix this issue? Could you give me the tiled.lua file?
Thank you!