Update Design Doc: `level` tool

master
Ashley N. 2023-09-24 16:40:30 +00:00
parent db6ba7f49c
commit f320c93a7e
1 changed files with 2 additions and 2 deletions

@ -73,8 +73,8 @@ The Sprite Table contains a mapping of sprites to tile indices, as well as their
``` ```
2 bytes: Number of Sprites 2 bytes: Number of Sprites
For (Number of Sprites): For (Number of Sprites):
1 byte: Sprite ID 2 bytes: Sprite ID
1 byte: Tile index location (in tiles.bin) 2 bytes: Tile index location (in tiles.bin)
1 byte: Sprite Width (tiles) 1 byte: Sprite Width (tiles)
1 byte: Sprite Height (tiles) 1 byte: Sprite Height (tiles)
``` ```