Update Design Doc: `level` tool

master
Ashley N. 2023-09-09 15:01:45 +00:00
parent ebd6a2a408
commit 812031ac6d
1 changed files with 1 additions and 1 deletions

@ -118,7 +118,7 @@ Holds the list of active component attributes for each entity. Is a tagged union
* i.e. the one requiring the most bytes for its component attributes * i.e. the one requiring the most bytes for its component attributes
* Remember each Component Attribute is 2 bytes. * Remember each Component Attribute is 2 bytes.
For (Object Table Size * Component Attribute Union Size): For (Object Table Size * Component Attribute Union Size):
(Component Attribute Union Size) bytes: (Component Attribute Union Size) bytes: Component attribute settings
``` ```
#### System Table #### System Table