Author Topic: Tileset clipping  (Read 3884 times)

Rosko

  • Visitor
  • *
  • Posts: 11
    • View Profile
    • http://www.boxwars.tk
Tileset clipping
« on: 2005-04-25, 10:45:22 PM »
I'm not sure if this has been covered before, but how do you increase the size of the tile set selection box form the map editor. I have a tileset that is 15x15 tiles, but in the map editor i can select 15 down, but only 10 across......why is that?

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
Tileset width
« Reply #1 on: 2005-04-26, 05:29:51 AM »
The tile selection view of the map editor scrolls vertically but not horizontally because the maximum supported width of a tileset is the width of the screen.  Tilesets wider than the screen are not supported because they did not used to be supported by DirectX.

If you need to reformat your tileset, the Tileset re-slicer in the tools menu may be of use to you.

Rosko

  • Visitor
  • *
  • Posts: 11
    • View Profile
    • http://www.boxwars.tk
Tileset clipping
« Reply #2 on: 2005-04-26, 11:36:51 AM »
That solves it, the slicer works a charm! Thanks.