Skip to content

Commit

Permalink
update figure docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Oct 14, 2024
1 parent 6529b95 commit 7571d00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/en/webgal-script/bg-and-figure.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ changeFigure:testFigure03.png -right -next;

## Free Figures with ID

If you want to control the figure more precisely, you can specify the `id` and initial position for the figure:
If you want to control the position of the character sprites more precisely, or use more than 3 character sprites, you can specify `id` and initial position for them:

``` ws
; // A free figure with an initial position on the right
Expand Down
2 changes: 1 addition & 1 deletion src/ja/webgal-script/bg-and-figure.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ changeFigure:testFigure03.png -right -next;

## ID付きの自由な立ち絵

立ち絵をより正確に制御したい場合は、立ち絵に`id`と初期位置を指定することができます。
もし、より詳細に立ち絵を制御したい場合や、3つ以上の立ち絵を使用したい場合は、立ち絵に `id` と初期位置を指定することができます。

``` ws
; // 右側に初期位置がある自由な立ち絵
Expand Down
2 changes: 1 addition & 1 deletion src/webgal-script/bg-and-figure.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ changeFigure:testFigure03.png -right -next;

## 带ID的自由立绘

如果你想要更精确地控制立绘,可以为立绘指定 `id` 和初始位置:
如果你想要更精确地控制立绘,或使用超过 3 个立绘,可以为立绘指定 `id` 和初始位置:

``` ws
; // 一个初始位置在右侧的自由立绘
Expand Down

0 comments on commit 7571d00

Please sign in to comment.