+#### v3.9.0
+{: .doc-sec2 }
+
+2024/11/30
+
+* Add: `Manga` effect option added to `Typing Effect`, to show manga-like effect.
+
+
#### v3.8.4
{: .doc-sec2 }
diff --git a/docs/langs/_english/docs/layout.md b/docs/langs/_english/docs/layout.md
index 3926ce43..22f6bf1c 100644
--- a/docs/langs/_english/docs/layout.md
+++ b/docs/langs/_english/docs/layout.md
@@ -38,3 +38,7 @@ In `Layout` tab you can access to the parameters to adjust surrounding device la
`Hide Unused Devices`: If checked, keyboard and gamepad like objects are automatially hidden during the avatar controller other devices. This option is off by default.
`Typing Effect`: Set typing effect.
+
+In v3.9.0 and later version, `Typing Effect` includes `Manga` option. This effect also works for gamepad inputs and effect appears foreground.
+
+The textures used in each devices and `Manga` effect can be customized by preparing png image. Please see detail at [Change Textures](../tips/change_textures).
diff --git a/docs/langs/_english/tips/change_textures.md b/docs/langs/_english/tips/change_textures.md
index 07fc8c77..f7879c20 100644
--- a/docs/langs/_english/tips/change_textures.md
+++ b/docs/langs/_english/tips/change_textures.md
@@ -28,6 +28,11 @@ Put the images to replace in this folder. Please use specific file name for each
* Pen tablet, when pen tablet motion enabled: `pen_tablet.png`
* Arcade stick parts: `arcade_stick.png`
* Car steering: `car_handle.png`
+* (v3.9.0 and later) Manga effect key down: `manga_keydown.png`
+* (v3.9.0 and later) Manga effect enter key down: `manga_enter_keydown.png`
+* (v3.9.0 and later) Manga effect mouse click: `manga_click.png`
+* (v3.9.0 and later) Manga effect gamepad button: `manga_gamepad_button.png`
+* (v3.9.0 and later) Manga effect gamepad stick: `manga_gameoad_stick.png`
You do not have to put all of the images. Put files which you want to overwrite.
@@ -35,6 +40,8 @@ For the gamepad and pen, see following UV template. Car steering model only supp
Other parts do not have UV template because those images are used as-is. First image in below shows the example to replace key and touch pad.
+For the images that file name starts with `manga_`, aspect ratio should be 4:3.
+
After the setup, start `VMagicMirror.exe` to load the specified image.
diff --git a/docs/langs/_japanese/changelog.md b/docs/langs/_japanese/changelog.md
index f5b70203..8d340f12 100644
--- a/docs/langs/_japanese/changelog.md
+++ b/docs/langs/_japanese/changelog.md
@@ -7,6 +7,14 @@ title: Change Log
+#### v3.9.0
+{: .doc-sec2 }
+
+2024/11/30
+
+* 追加: `タイピング演出` に `Manga` オプションを追加し、擬音ライクなエフェクト表現をサポートしました。
+
+
#### v3.8.4
{: .doc-sec2 }
diff --git a/docs/langs/_japanese/docs/layout.md b/docs/langs/_japanese/docs/layout.md
index 8f140290..1907a54c 100644
--- a/docs/langs/_japanese/docs/layout.md
+++ b/docs/langs/_japanese/docs/layout.md
@@ -42,3 +42,7 @@ title: Layout
`操作中ではないデバイスを自動で隠す`: オンにすると、キーボード・タッチパッドやゲームパッドについて、そのデバイスを実際に操作しない場合は各デバイスの表示が有効であっても非表示になります。デフォルトではオフになっています。
`タイピング演出`: キーボードを表示しているときの、タイピング時の演出を設定します。配信タブからもアクセス可能な機能です。
+
+とくにv3.9.0以降では `タイピング演出` に `Manga` オプションが追加されました。この演出は他の演出と異なり、ゲームパッドの入力時にも反応し、かつ画面の最前面にエフェクトが表示されます。
+
+表示したデバイスのテクスチャや、`Manga` オプションの演出で使用する画像は差し替えが可能です。詳細は [キーボードやタッチパッドの見た目を変更する](../tips/change_textures) を参照ください。
diff --git a/docs/langs/_japanese/tips/change_textures.md b/docs/langs/_japanese/tips/change_textures.md
index 9659e54e..84cca474 100644
--- a/docs/langs/_japanese/tips/change_textures.md
+++ b/docs/langs/_japanese/tips/change_textures.md
@@ -28,6 +28,11 @@ title: キーボードやタッチパッドの見た目を変更する
* ペンタブレット使用時のペンタブレット: `pen_tablet.png`
* アーケードスティック: `arcade_stick.png`
* 車のハンドル: `car_handle.png`
+* (v3.9.0以降) マンガ風エフェクトのキー押下: `manga_keydown.png`
+* (v3.9.0以降) マンガ風エフェクトのENTERキー押下: `manga_enter_keydown.png`
+* (v3.9.0以降) マンガ風エフェクトのマウスクリック: `manga_click.png`
+* (v3.9.0以降) マンガ風エフェクトのゲームパッドボタン押下: `manga_gamepad_button.png`
+* (v3.9.0以降) マンガ風エフェクトのスティック操作: `manga_gameoad_stick.png`
デフォルトのままでよいものについては、ファイルが無い状態のままにします。
@@ -35,6 +40,8 @@ title: キーボードやタッチパッドの見た目を変更する
それ以外については画像がほぼそのまま使用されるため、UVテンプレートはありません。下記の1枚目の画像では例として、キーボードとタッチパッドの画像が差し替わっています。
+ファイル名が `manga_` から始まるエフェクト用の画像は、横長でアスペクト比が4:3の画像として用意します。
+
画像ファイルの配置後に`VMagicMirror.exe`を実行することで画像が適用されます。