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
|
### Example
|
||||||
```toml
|
```toml
|
||||||
[components]
|
[components]
|
||||||
player = 0
|
player = { id = 0 }
|
||||||
health = 1
|
health = {
|
||||||
|
id = 1,
|
||||||
|
properties = {
|
||||||
|
value = 255
|
||||||
|
}
|
||||||
|
}
|
||||||
```
|
```
|
Loading…
Reference in New Issue