Update Design Doc: `level` tool

master
Ashley N. 2023-09-07 23:00:58 +00:00
parent 39cf24ff06
commit 839fb705b5
1 changed files with 0 additions and 8 deletions

@ -96,11 +96,3 @@ For (number of component instances):
For (number of 16-bit properties in the component as determined from its entry in "Component Definitions"): For (number of 16-bit properties in the component as determined from its entry in "Component Definitions"):
* 2 bytes: Value of the associated field (order per configuration TOML as mentioned above). * 2 bytes: Value of the associated field (order per configuration TOML as mentioned above).
``` ```
### Map Data
```
For plane B, then plane A:
For (total tiles height):
For (total tiles width):
2 bytes: Tilemap ID (0 = No Tile, otherwise offset by 1 in the tilemap)
```