diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index 687207b..792ed44 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -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 + } +} ``` \ No newline at end of file