Skip to main content

tileset

Files live in tilesets/. Used by tilemap · tileset.

An image cut into equal tiles for the tilemap component: texture names the image, tile_size is the pixel length of one tile edge and columns is how many tiles one row of the image holds. Tile indices count row by row from the top left.

[[assets]]
id = "dungeon"
type = "tileset"
texture = "art/dungeon.png"
tile_size = 16
columns = 8