Tiled map editor question

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!

Are you use tile engine ??

Are you use tile engine ??