Update Design Doc: `level` tool
parent
27a1cc2849
commit
25a175be86
|
@ -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
|
||||
}
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue