Dialogue
TBA
You may define some images by creating a dialogue.kdr file.
The following properties that exist:
| Key | Type | Required | Default | Explanation |
|---|---|---|---|---|
| id | String |
Yes | N/A |
The internal name of the dialogue. |
| text | String |
Yes | N/A |
The dialogue text. |
| tag | String |
No | N/A |
The tag for the dialogue |
Example
{
id: tab_dialogue_test
text: "Hello, world!"
}