Hello Guest

Author Topic: Tile Map Issue  (Read 4547 times)

Danboe2009

  • Newbie
  • *
  • Posts: 2
    • View Profile
Tile Map Issue
« 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.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Tile Map Issue
« Reply #1 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.

Danboe2009

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Tile Map Issue
« Reply #2 on: July 11, 2012, 08:58:24 pm »
Thanks that really helped and I only had to change it from 256 to 280.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Tile Map Issue
« Reply #3 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.