Tilesets and tilemaps of different tile sizes

I have tilesheets with tile sizes 16x16 and 24x24. I have a tilemap with 24x24 tile size. I want to ask if the following are possible:

  • apply the 16x16 tiles at the center of the 24x24 tilemap tiles: at an offset of (4,4). I realized that if I use the drawing offset in the tileset I can do that, but it needs to be (4,-4) and I can’t use negative numbers for the drawing offset
  • scale the 16x16 tiles to fit the target 24x24 tiles, without creating a new asset.
2 Likes

Did you find the solution? I am just starting and I notice this issue that I have a bigger and when I have a smaller one the image gets split in 4.

1 Like