Update Design Doc: `level` tool

master
Ashley N. 2023-09-24 16:58:18 +00:00
parent f320c93a7e
commit c5fd8ed9c8
1 changed files with 2 additions and 0 deletions

@ -77,6 +77,8 @@ 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: Number of animation frames
2 byte: Animation speed (in 1/60 of a second)
``` ```
### .ecs Format (Entity-Component System) ### .ecs Format (Entity-Component System)