From c5fd8ed9c8fae08cff8b68830c11de430a70e38c Mon Sep 17 00:00:00 2001 From: Ashley N Date: Sun, 24 Sep 2023 16:58:18 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index 14ee2f6..96ed9ae 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -77,6 +77,8 @@ For (Number of Sprites): 2 bytes: Tile index location (in tiles.bin) 1 byte: Sprite Width (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)