A popular way of making big maps or levels is creating a bitmap image, where each pixel represents one tile. This demo shows how to read pixel data from such image and convert it to tiles on a TileMap.
Bitmap to Tilemap
1 file(s) 0.00 KB
A popular way of making big maps or levels is creating a bitmap image, where each pixel represents one tile. This demo shows how to read pixel data from such image and convert it to tiles on a TileMap.