Update Design Doc: `level` tool
parent
04f284c24d
commit
850e450f61
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue