Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Pixelbox

Create 2D games in JavaScript, made easier · By Cedric Stoquer

Tilesheet size limitation?

A topic by BarbaAlGhul created Feb 05, 2021 Views: 230 Replies: 2
Viewing posts 1 to 2

The limit to the tilesheet will always be 256 tiles? Is there a way to use larger tilesheets?

(+1)

Yes, the tilesheet will probably always be limited to 16 by 16 tiles. The reason being how the tilemaps data are formatted and stored.

Note that you can have as many tilesheet as you want, and switch between them. The only limitation is that a tilemap can only use one tilesheet at a time (but you can superpose several tilemaps using each a different tilesheet).

Thanks for the answer! And I will check on tilemaps superposition