Skip to content

Commit

Permalink
add live2d docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Aug 24, 2024
1 parent f381c58 commit 7b43fb1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
12 changes: 10 additions & 2 deletions src/en/live2D.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# About Live2D
The engine now supports using Live2D illustrations. If you want to use Live2D illustrations, please:
This engine now supports using live2D models. If you want to use live2D models, please follow the steps below:

:::info
Note: The following steps are all based on the WebGAL source code, you can find the WebGAL source code on GitHub.

[WebGAL Source Code](https://github.com/OpenWebGAL/WebGAL)
:::

1. Obtain the authorization of Live2D by yourself

Expand Down Expand Up @@ -27,4 +33,6 @@ You can use the `-motion=motionName` or `-expression=expressionName` parameters

```
changeFigure:xxx.json -motion=angry -expression=angry01;
```
```

After finishing, please refer to [How to use customized engine](derivative) to use the modified engine.
12 changes: 10 additions & 2 deletions src/ja/live2D.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Live2Dについて
このエンジンは現在、Live2Dの立ち絵を使用することをサポートしています。Live2Dの立ち絵を使用する場合は、次の手順に従ってください。
本エンジンはlive2D立ち絵の使用をサポートするようになりました。live2D立ち絵を使用する場合は、以下の手順に従ってください。

:::info
注意:以下の手順はすべてWebGALのソースコードに基づいて操作する必要があります。WebGALのソースコードはGitHubにあります。

[WebGAL ソースコード](https://github.com/OpenWebGAL/WebGAL)
:::

1、Live2Dのライセンスを自分で取得する

Expand All @@ -26,4 +32,6 @@

```
changeFigure:xxx.json -motion=angry -expression=angry01;
```
```

変更後のエンジンを使用するには、[カスタムエンジンの使用方法](derivative) を参照してください。
12 changes: 10 additions & 2 deletions src/live2D.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 关于Live2D
本引擎现已支持使用 live2D 立绘。如果你要使用 live2D 立绘,请:
本引擎现已支持使用 live2D 立绘。如果你要使用 live2D 立绘,请遵循以下步骤:

:::info
注意:以下步骤都需要基于 WebGAL 源代码操作,你可以在 GitHub 找到 WebGAL 的源代码。

[WebGAL 源代码](https://github.com/OpenWebGAL/WebGAL)
:::

1、自行取得 live2D 的授权

Expand Down Expand Up @@ -27,4 +33,6 @@

```
changeFigure:xxx.json -motion=angry -expression=angry01;
```
```

完成后,请参考 [如何使用定制引擎](derivative) 使用修改后的引擎。

0 comments on commit 7b43fb1

Please sign in to comment.