Update Design Doc: `level` tool

master
Ashley N. 2023-09-04 16:52:03 +00:00
parent 0c4d66e38c
commit f627649ba8
1 changed files with 4 additions and 4 deletions

@ -11,8 +11,8 @@ This document details some approaches for implementing the `level` tool.
# Events # 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. 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 | | Object Property | Type | Description |
|-------------------------|--------------------------------------------------------------------------------------------------------| |-------------------------|---------|-------------------------------------------------------------------------------------------------|
| reskit-event | String. Defines an event type to use (see Event Types) | | reskit-event | String | Defines an event type to use (see Event Types) |
| reskit-character | String. Target character defined for a particular event type | | reskit-character | String | Target character defined for a particular event type |