更新文档。
This commit is contained in:
parent
0e48ddb281
commit
f763c8d53c
@ -2,17 +2,16 @@
|
|||||||
|
|
||||||
## 指令
|
## 指令
|
||||||
|
|
||||||
- `bubbles popup <NPC_ID> <TEXT>` - 用于弹出泡泡
|
- `bubbles popup <NPC_ID> <TEXT> [LIFE]` - 用于弹出泡泡
|
||||||
- `bubbles clear <NPC_ID>` - 用于清除NPC的泡泡
|
- `bubbles clear <NPC_ID>` - 用于清除NPC的泡泡
|
||||||
- `bubbles-chat edit <NPC_ID>` - 用于编辑NPC顺序弹出的泡泡
|
- `bubbles-chat edit <NPC_ID>` - 用于编辑NPC顺序弹出的泡泡
|
||||||
|
- `bubbles-chat play <NPC_UUID>` - 用于播放NPC模式为ONCE弹出的泡泡
|
||||||
|
|
||||||
## 编辑NPC顺序弹出的泡泡
|
## 编辑NPC顺序弹出的泡泡
|
||||||
|
|
||||||
使用指令 `bubbles-chat edit <NPC_ID>`
|
使用指令 `bubbles-chat edit <NPC_ID>`
|
||||||
|
|
||||||
获得书本后, 可以在书本中编辑 NPC 的顺序弹出的泡泡
|
根据提示操作
|
||||||
|
|
||||||
一行为一句
|
|
||||||
|
|
||||||
## 配置
|
## 配置
|
||||||
|
|
||||||
@ -24,6 +23,7 @@ line-height: 0.5 # 泡泡的间距(向上)
|
|||||||
chat:
|
chat:
|
||||||
period: 60 # 泡泡弹出间隔时间
|
period: 60 # 泡泡弹出间隔时间
|
||||||
limit: 2 # 泡泡弹出数量限制(超出会自动清楚最早的泡泡)
|
limit: 2 # 泡泡弹出数量限制(超出会自动清楚最早的泡泡)
|
||||||
|
lifetime: 20 # 泡泡存在的时间限制(超出会自动清除泡泡)
|
||||||
```
|
```
|
||||||
|
|
||||||
## 构建发行版本
|
## 构建发行版本
|
||||||
|
Loading…
x
Reference in New Issue
Block a user