I have a large map: 160 * 160 tiles.
each tile has width/height: 80/80
tile offset x/y: 40/50
base tile width/height: 63/47
I am using the phaser 3.60 “tileset.tileoffset” feature to render this map.
Everything works perfectly except the edges are not rendering properly.
Any ideas? Thanks in advance!