Hi, I am new to using Corona and Tiled and I have a problem with a map I exported.
This is the code I have:
local tiled = require (“com.ponywolf.ponytiled”)
local mapData = require (“assets.maps.map1”)
local map = tiled.new(mapData, “assets/maps/map1”)
map.x,map.y = display.contentCenterX, display.contentCenterY
And this is the error I get:
ERROR: Tile layer encoding/compression not supported. Choose CSV or XML in map options.
I made sure to pick CSV in the options when making my map and it is located in the right folder.
I have included the image I am trying to use and the message appearing when the error occurs.
Any help please?