Scrolling Game Development Kit Forum

SGDK Version 1 => Help/FAQ => Topic started by: Rosko on 2005-04-25, 10:45:22 PM

Title: Tileset clipping
Post by: Rosko 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?
Title: Tileset width
Post by: bluemonkmn 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.
Title: Tileset clipping
Post by: Rosko on 2005-04-26, 11:36:51 AM
That solves it, the slicer works a charm! Thanks.