Tilemap

How do i solve this (look at the image)? I think i should add some spacing but i can’t figure out how to do it.
Each tile is 8x8

If you set the tile width and tile height to 32, it should map to each sprite.

1 Like

well it’s not 8x8 but at least it works, thanks

Our tilemap doesn’t support variable sized sprites, you currently have to pick one size.

The alternative for you is to put your sprites on multiples of 8 in the image.

1 Like