Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
how would you insert the data on the map tab into your game?

also there is an issue where if i have nesbox open in another window, i cant type in my browser.

(1 edit)
map [cellx celly cellw cellh [sx sy [colorkey]]]

just use map function, where cellx, celly - world coordinates; cellw, cellh - width and height in cells of map region; sx, sy - screen coordinates to draw map. if you call map() without parameters TIC will draw first screen from the map editor.

map() == map(0,0,30,17,0,0,-1) by default

thanks :)