diff --git a/voicevox-remotion-template/src/standee-sets.ts b/voicevox-remotion-template/src/standee-sets.ts index 29d4b6a..5081b04 100644 --- a/voicevox-remotion-template/src/standee-sets.ts +++ b/voicevox-remotion-template/src/standee-sets.ts @@ -14,6 +14,7 @@ export type StandeeSet = Readonly<{ kind: AvatarKind; + description: string; imagePath: string; mouthImageDir: string; imageLayout: StandeeImageLayout; @@ -28,9 +29,11 @@ } >; +// 立ち絵セットの定義 export const standeeSets = { "zundamon_default": { kind: "zundamon", + description: "ずんだもんのデフォルト立ち絵", imagePath: "image/zundamon-standee-base.png", mouthImageDir: "image/zundamon-rhubarb-mouths", imageLayout: { @@ -42,6 +45,7 @@ }, "sayo_default": { kind: "sayo", + description: "小夜のデフォルト立ち絵", imagePath: "image/sayo-standee-base.png", mouthImageDir: "image/sayo-rhubarb-mouths", imageLayout: { @@ -50,8 +54,10 @@ translateY: -60, }, }, + // ずんだもんの立ち絵(シュージの絵柄を再現) "zundamon_ohnegus_ai": { kind: "zundamon", + description: "ずんだもんの立ち絵(シュージの絵柄を再現)", imagePath: "image/zundamon_ohnegus_ai_base.png", mouthImageDir: "image/zundamon-ohnegus-ai-rhubarb-mouths", imageLayout: { @@ -61,8 +67,10 @@ flipX: true, }, }, + // 小夜の立ち絵(シュージの絵柄を再現) "sayo_ohnegus_ai": { kind: "sayo", + description: "小夜の立ち絵(シュージの絵柄を再現)", imagePath: "image/sayo_ohnegus_ai_base.png", mouthImageDir: "image/sayo-ohnegus-ai-rhubarb-mouths", imageLayout: {