From 25a175be86756369349812690c91a21c937fc786 Mon Sep 17 00:00:00 2001 From: Ashley N Date: Mon, 4 Sep 2023 19:31:44 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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