Skip to content
Merged
Show file tree
Hide file tree
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
Binary file modified docs/assets/2-fast_iteration_inspector.webm
Binary file not shown.
Binary file modified docs/assets/2-fast_iteration_inspector.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/ja/workflow/usage_asset_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SpriteStudioPlayerForGodot は単にアニメーションを再生するだけ
> [!TIP]
>
> <video autoplay loop muted playsinline width="100%">
> <source src="../../assets/1-sspj_import.webm" type="video/webm">
> <source src="../../../assets/1-sspj_import.webm" type="video/webm">
> </video>
> <img src="../../assets/1-sspj_import.webp" width="100%" style="display: none;">

Expand Down Expand Up @@ -56,7 +56,7 @@ SpriteStudio 側でアニメーションを修正して保存したら、Godot
> [!TIP]
>
> <video autoplay loop muted playsinline width="100%">
> <source src="../../assets/2-fast_iteration_inspector.webm" type="video/webm">
> <source src="../../../assets/2-fast_iteration_inspector.webm" type="video/webm">
> </video>
> <img src="../../assets/2-fast_iteration_inspector.webp" width="100%" style="display: none;">

Expand Down
6 changes: 3 additions & 3 deletions docs/ja/workflow/usage_basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Godot エディタの強力な機能を活かし、最短の手順でアニメ
> [!TIP]
>
> <video autoplay loop muted playsinline width="100%">
> <source src="../../assets/3-setup_drag_and_drop.webm" type="video/webm">
> <source src="../../../assets/3-setup_drag_and_drop.webm" type="video/webm">
> </video>
> <img src="../../assets/3-setup_drag_and_drop.webp" width="100%" style="display: none;">

Expand All @@ -43,7 +43,7 @@ Godot エディタの強力な機能を活かし、最短の手順でアニメ
> [!TIP]
>
> <video autoplay loop muted playsinline width="100%">
> <source src="../../assets/4-inspector_preview-1.webm" type="video/webm">
> <source src="../../../assets/4-inspector_preview-1.webm" type="video/webm">
> </video>
> <img src="../../assets/4-inspector_preview-1.webp" width="100%" style="display: none;">

Expand All @@ -54,7 +54,7 @@ Godot エディタの強力な機能を活かし、最短の手順でアニメ
> [!TIP]
>
> <video autoplay loop muted playsinline width="100%">
> <source src="../../assets/4-inspector_preview-2.webm" type="video/webm">
> <source src="../../../assets/4-inspector_preview-2.webm" type="video/webm">
> </video>
> <img src="../../assets/4-inspector_preview-2.webp" width="100%" style="display: none;">

Expand Down
Loading