From 3fe105aff59c090d9706bd0e1fc38fd452740ee7 Mon Sep 17 00:00:00 2001 From: Ashley N Date: Fri, 8 Sep 2023 00:30:33 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index 3806640..c02cc07 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -94,27 +94,19 @@ For (number of entities): * 2 bytes: Entity ID ``` -#### Component Classes +#### Components ``` -* 2 bytes: Number of component classes -For (number of component classes): - * 2 bytes: Component Class ID -``` - -#### Component Objects -``` -* 2 bytes: Number of component objects -For (number of component objects): - * 2 bytes: Component Object ID +* 2 bytes: Number of components +For (number of components): + * 2 bytes: Component ID * 2 bytes: ID of the associated entity - * 2 bytes: ID of the component class ``` #### Component Attributes ``` * 2 bytes: Number of component attributes For (number of component attributes): - * 2 bytes: ID of the component object + * 2 bytes: ID of the component * 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