2D Toolkit Forum

2D Toolkit => Support => Topic started by: Danboe2009 on July 11, 2012, 07:30:59 pm

Title: Tile Map Issue
Post 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.
Title: Re: Tile Map Issue
Post by: unikronsoftware on July 11, 2012, 08:25:05 pm
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.
Title: Re: Tile Map Issue
Post by: Danboe2009 on July 11, 2012, 08:58:24 pm
Thanks that really helped and I only had to change it from 256 to 280.
Title: Re: Tile Map Issue
Post by: unikronsoftware on July 11, 2012, 10:28:13 pm
256 was a pretty arbitrary number really. I might increase it in the next release after I work out the overheads.