Hi,
I wanted to use an external tileset on my game taken from
https://opengameart.org/content/lpc-terrains
I am using Berrys tiled engine.
However nothing appears on the map in the simulator
Video link :https://screencast-o-matic.com/watch/cFi33BFJoA
A bit puzzled what is going on. Code used for loading map :
berry = require( ‘pl.ldurniat.berry’ )
local map = berry.loadMap(‘Map/LEVEL-1.json’, ‘tilesets’ )
local visual = berry.createVisual( map )
visual.x = 0
visual.y = 0