Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(-1)

Interesting, so basically kinda like int map[][] = new int[10][15]; map {0, 1, 5, 0, 1, 2 etc..}; 

Yeah, that'll work!