Say I have a tilemap with 30x30 tiles, but, I want the tiles to display as 20x20 size tiles (unless zoomed in to). Is there a special way to do this? A special tilemap_v2 addon?
Thank you in advance.
If nothing else works, maybe create two identical tilemap objects (one with 20x20 tiles and one 30x30), and switch between them?
Add them to a family for easier management.
Develop games in your browser. Powerful, performant & highly capable.
You may also scale the whole layer, since there's no way to scale a tilemap.
Like this: https://www.dropbox.com/s/zzw0k6o85ek0f ... .capx?dl=0
You should, also, adjust the position when zooning in or out.
Hope this helps. Cheers.