Update Design Doc: `level` tool

master
Ashley N. 2023-09-08 00:17:31 +00:00
parent 04f284c24d
commit 850e450f61
1 changed files with 2 additions and 2 deletions

@ -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
```