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.