From 87598ccce4b60043bc30f14a069d442b8fc06d6e Mon Sep 17 00:00:00 2001 From: Ashley N Date: Sat, 9 Sep 2023 15:24:03 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index 6db4a5f..95c1e1c 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -123,16 +123,4 @@ Holds the list of active component attributes for each object. * Remember each Component Attribute is 2 bytes. For (Object Table Size): (Component Attribute Union Size) bytes: Component attribute settings -``` - -#### System Table -For each unique system ID, a length of the array, then a list of indices into the Object Table pointing to active objects that are relevant to this system (by virtue of their Types containing components used by this system). -``` -2 bytes: Number of systems - * This is the number of systems in the total Entity-Component System. -For (Number of systems): - 1 byte: Number of attached components - For (Number of attached components): - 1 byte: Index into the Object Table - * (Pointing to a Type ID containing at least one relevant component to the system) -``` +``` \ No newline at end of file