From 968e93b009bc16634cced5f27094da5f483d5d96 Mon Sep 17 00:00:00 2001 From: Ashley N Date: Mon, 4 Sep 2023 20:43:57 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index 37b5f87..63223af 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -48,6 +48,7 @@ The .lvl format is output by the `level` tool. It is a binary format ideal for u ### Map Tile Size 1 byte: The width _in number of tiles_ of each entry in the level map. + 1 byte: The height _in number of tiles_ of each entry in the level map. (TBD !!) \ No newline at end of file