Skip to content

Commit

Permalink
update docs for concat
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Jul 28, 2024
1 parent 88de665 commit 36b4cf9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/en/webgal-script/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ changeFigure:k1.png -next;
Switch 立ち絵!Switch expression immediately...... -notend -concat;
changeFigure:k2.png -next;
Switch expression! -concat;
```
```

You can also use only the `-concat` parameter to connect the next sentence after the previous dialogue, because the `-notend` parameter will move to the next sentence after the dialogue fades in.

```ws
This is the first sentence...;
This sentence will only appear after the user clicks the mouse -concat;
```
9 changes: 8 additions & 1 deletion src/ja/webgal-script/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ changeFigure:k1.png -next;
立ち絵を切り替えます!今すぐ表情を切り替えます...... -notend -concat;
changeFigure:k2.png -next;
表情を切り替えます! -concat;
```
```

`-concat` パラメータのみを使用して、次の文を前の文の会話に接続することもできます。`-notend` パラメータは、会話のフェードアウト後に次の文に移動するためです。

``` ws
これは最初の文です......;
ユーザーがマウスをクリックすると、2 番目の文に移ります -concat;
```
7 changes: 7 additions & 0 deletions src/webgal-script/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ changeFigure:k1.png -next;
changeFigure:k2.png -next;
切换表情! -concat;
```

你也可以只使用 `-concat` 参数,将下一句连接在上一句对话之后,因为 `-notend` 参数会在对话渐显完成后转到下一句。

``` ws
这是第一句......;
用户点击鼠标后才会转到第二句 -concat;
```

0 comments on commit 36b4cf9

Please sign in to comment.