Skip to content

Commit f5e251e

Browse files
authored
Add extra_data text effect info (#66)
1 parent efe0239 commit f5e251e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

documentation/layered-portraits.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ join Agustina center [extra_data="set Mouth/Happy"]
8080
update Agustina [extra_data="set Eyes/Wink, set Mouth/Laugh, set Clothes/Outfit2"]
8181
```
8282

83-
In the visual editor you can use the same commands in the "Extra Data" field.
83+
In the visual editor you can use the same commands in the "Extra Data" field:
84+
85+
![](media/layered_portrait/character_join_extra_data.jpg)
86+
87+
You can also control these layers using [Text Effects](./text-effects.md#extra-data-effect).
8488

8589
## 5.1. Layer Command Syntax
8690

28.3 KB
Loading

documentation/text-effects.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ Changes the portrait of the speaker to the portrait with the given name.
106106

107107
Changes the typing mood to the one with the given name.
108108

109+
### Extra Data Effect
110+
111+
**Syntax:** `[extra_data=value]`
112+
113+
Changes the extra data of the speaker to the given value.
114+
109115
---
110116

111117
## Auto-Advance Effect

0 commit comments

Comments
 (0)