hi,
i have a tile map of 200px x 200px
but when i use the tile map in the level is too big,
how do a change the size of the tilemap in the game, without changing the resolution of the tilemap?
Develop games in your browser. Powerful, performant & highly capable.
Scale the layer.
Although you should probably downsize the tilemap source image instead, to not waste memory.
without scaling the layer or changing the tilemap size, do you think is possible?