From 141b5d078ee4f7ad0e7e37a32fa398c99139076e Mon Sep 17 00:00:00 2001 From: Ashley N Date: Mon, 4 Sep 2023 18:46:59 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index d876df7..35b3653 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -13,7 +13,7 @@ By adding an object layer and object in Tiled, and adding the property `reskit-e | Object Property | Type | Description | |-------------------------|------------|-------------------------------------------------------------------------------------------------| -| reskit-components | String | Comma separated list of components to attach to this entity. | +| reskit-component[x] | Array/String | List of components to attach to this entity. | | reskit-character | String | Target character defined for a particular event type. |