Different grid settings for layer

This cannot be done in Tiled currently. In your game engine, when loading the map, you’ll need to adjust the coordinates and sizes of everything for your desired grid size (should be as simple as multiplying all the coordinates and dimensions by the size ratio, e.g. to go from 8x8 to 16x32, multiply x by .5 and y by .25).

Relevant recent thread:

1 Like