I’ve being trying to put the map I made in tiled but I get an error:
ERROR: Tile layer encoding/compression not supported. Choose CSV or XML in map options.
I’ve already tried in lua, Json, putting the sprites and the file at the same folder, and I read some forums, but nothing works.
local tiled = require "com.ponywolf.ponytiled" local physics = require "physics" local json = require "json" local mapData = require "mapa.streets" local map = tiled.new(mapData) -- I also tried putting the path