Update Design Doc: `level` tool

master
Ashley N. 2023-09-04 19:31:44 +00:00
parent 27a1cc2849
commit 25a175be86
1 changed files with 7 additions and 2 deletions

@ -21,6 +21,11 @@ This is provided on the command line via `--map-config-file`. The Map TOML prima
### Example
```toml
[components]
player = 0
health = 1
player = { id = 0 }
health = {
id = 1,
properties = {
value = 255
}
}
```