Tileset creation tool [Commit 3] (#39)

This commit is contained in:
xCrystal
2025-11-30 16:45:31 +01:00
parent c564e11fa8
commit 8ac177a144

View File

@@ -15,12 +15,12 @@ The layout of the generated tileset's metatiles is as follows:
- Metatiles from 0x00 to 0x7f come from the source tileset. - Metatiles from 0x00 to 0x7f come from the source tileset.
- Metatiles from 0x80 to 0xdf are each made to use the specified space in the top left tile. - Metatiles from 0x80 to 0xdf are each made to use the specified space in the top left tile.
- Metatiles from 0xe0 to 0xff are fixed to use the grey space in the top left tile. - Metatiles from 0xe0 to 0xff are fixed to use the grey space in the top left tile.
- All non-space tiles in the metatiles are fixed to 0x01. - All non-space tiles in the metatiles 0x80 to 0xff are fixed to 0x01.
The user inputs the following before generating the new tileset: The user inputs the following before generating the new tileset:
- In the fixed_spaces list of the program: your layout of gfx/tilesets/spaces/fixed_spaces.png - In the fixed_spaces list of the program: your layout of gfx/tilesets/spaces/fixed_spaces.png
- In the program window: name of the source tileset. - In the program window: name of the source tileset.
- In the program window: name of the tileset to create - In the program window: name of the tileset to create.
- In the program window: index of variable spaces to use in the new tileset. - In the program window: index of variable spaces to use in the new tileset.
- In the program window: layout of spaces in metatiles 0x80 - 0xdf. - In the program window: layout of spaces in metatiles 0x80 - 0xdf.