Update Design Doc: `level` tool

master
Ashley N. 2023-09-29 00:18:27 +00:00
parent 3e11bb29b3
commit 6497af9d25
1 changed files with 1 additions and 0 deletions

@ -73,6 +73,7 @@ For (Number of Sprites):
2 bytes: 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)
2 byte: Palette used for tiles
2 byte: Number of animation frames 2 byte: Number of animation frames
2 byte: Animation speed (in 1/60 of a second) 2 byte: Animation speed (in 1/60 of a second)
``` ```