From 850e450f6165be178ab5c623a01254ade1286f6a Mon Sep 17 00:00:00 2001 From: Ashley N Date: Fri, 8 Sep 2023 00:17:31 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index bb599f7..d225877 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -98,7 +98,7 @@ For (number of entities): ``` * 2 bytes: Number of component classes For (number of component classes): - * 2 bytes: ID of this component class + * 2 bytes: Component Class ID * 2 bytes: Number of 16-bit properties associated with this component (Order of properties are identical to order of properties in configuration TOML) ``` @@ -106,7 +106,7 @@ For (number of component classes): ``` * 2 bytes: Number of component objects For (number of component objects): - * 2 bytes: ID of this component object + * 2 bytes: Component Object ID * 2 bytes: ID of the associated entity * 2 bytes: ID of the component class ```