Update Design Doc: `level` tool

master
Ashley N. 2023-09-09 15:12:13 +00:00
parent 24f4c8d824
commit 2091712d29
1 changed files with 2 additions and 1 deletions

@ -97,7 +97,8 @@ Holds the registry of types and which set of components is associated with each
* This is the size in bytes of the largest combo of components for a type. * This is the size in bytes of the largest combo of components for a type.
* Remember each component ID is 1 byte. * Remember each component ID is 1 byte.
For (Number of Types): For (Number of Types):
(Type Definition Union Size) bytes: ID of the component (00 = No component in this slot, supposed to be at end) (Type Definition Union Size) bytes: List of Component IDs
* 00 = No component in this slot, 00's supposed to be at end
``` ```
#### Object Table #### Object Table