2D Toolkit Forum
2D Toolkit => Support => Topic started by: Danboe2009 on July 11, 2012, 07:30:59 pm
-
I am currently working with a tile map and working on a background and such. The issue i have is that the dimensions of the map wont go back 256. I need just a bit more to make the map. Any help would be appreciated. Its split into 8 Chunks.
-
You can change MaxHeight and MaxWidth in tk2dTileMapUtility to whatever you like. There shouldn't be any performance implications, but keep an eye on the memory used.
-
Thanks that really helped and I only had to change it from 256 to 280.
-
256 was a pretty arbitrary number really. I might increase it in the next release after I work out the overheads.