diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index e102c97..14df368 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -11,8 +11,8 @@ This document details some approaches for implementing the `level` tool. # Events By adding an object layer and object in Tiled, and adding the property `reskit-event`, you can define an event triggered in certain scenarios depending on additional `reskit-*` properties. -| Object Property | Description | -|-------------------------|--------------------------------------------------------------------------------------------------------| -| reskit-event | String. Defines an event type to use (see Event Types) | -| reskit-character | String. Target character defined for a particular event type | +| Object Property | Type | Description | +|-------------------------|---------|-------------------------------------------------------------------------------------------------| +| reskit-event | String | Defines an event type to use (see Event Types) | +| reskit-character | String | Target character defined for a particular event type |