Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/script-reference/commands/changeFigure.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ changeFigure:1/open_eyes.png -left;
此参数仅在立绘出场,或替换立绘时生效。如果需要修改在场立绘的坐标,请使用 `setTransform`、`setAnimation`、`setTempAnimation` 等命令。
:::

::: warning
`right` 参数优先级大于 `left`,两者同时出现时立绘将设置在右侧。
Comment thread
fltLi marked this conversation as resolved.
:::

```webgal
changeFigure:1/open_eyes.png -right;
```
Expand Down
Loading