Update Design Doc: `level` tool

master
Ashley N. 2023-09-06 23:25:27 +00:00
parent b7916239ae
commit 401490a637
1 changed files with 1 additions and 1 deletions

@ -49,7 +49,7 @@ The .lvl format is output by the `level` tool. It is a binary format ideal for u
```
2 bytes: Number of entities
For (number of entities):
* 2 bytes: Entity ID (-1 if not present)
* 2 bytes: Entity ID
```
### Component Definitions