From 5b1042e9e47b8d11984fa812915d35d74b51385e Mon Sep 17 00:00:00 2001 From: Ashley N Date: Fri, 8 Sep 2023 00:36:53 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index 5f1cadd..f4fa3d8 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -107,8 +107,7 @@ For (number of components): ``` * 2 bytes: Number of component attributes For (number of component attributes): - * 2 bytes: ID of the associated entity - * 2 bytes: Index of the component within above entity + * 4 bytes: Component ID * 2 bytes: Index of the property (Order of properties are identical to order of properties in configuration TOML) * 2 bytes: Value of the property ``` \ No newline at end of file