Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

ah so it was incrementing the variable after all, i wasnt sure if you used that or just made copies of the map. using a variable is the elegant move, but map duplication is also cute

(+1)

Map duplication woulda worked just as well, the only real benefit I can think of to doing it this way other than like organizational stuff is that like, the browser loader has a limit of 1000 files I think? So using one map like this could help cut down on files, in theory. That use is pretty beyond the scope of this sorta jam though and most 2K projects probably struggle to reach that amount anyway, ah reckon :3