Add dialogue portrait side placement

This commit is contained in:
2026-06-18 03:55:46 +09:00
parent b280632852
commit b8378d9144
8 changed files with 54 additions and 17 deletions

View File

@@ -95,8 +95,8 @@
{
"type": "dialogue",
"lines": [
{ "speaker": "Cao Cao", "text": "The rebels are scattered, but their numbers will swell if we hesitate." },
{ "speaker": "Xiahou Dun", "text": "Then we strike now. I will open a path through their front line." }
{ "speaker": "Cao Cao", "side": "left", "text": "The rebels are scattered, but their numbers will swell if we hesitate." },
{ "speaker": "Xiahou Dun", "side": "right", "text": "Then we strike now. I will open a path through their front line." }
]
}
]
@@ -116,9 +116,9 @@
"join_officers": ["xiahou_yuan", "cao_ren"]
},
"post_battle_dialogue": [
{ "speaker": "Xiahou Dun", "text": "The rebels are scattered. Yingchuan should breathe easier tonight." },
{ "speaker": "Cao Cao", "text": "This is only the first fire. If the court cannot move quickly, we must." },
{ "speaker": "Xiahou Yuan", "text": "Then call on us for the next campaign. We will ride with you." },
{ "speaker": "Cao Ren", "text": "The clan stands ready, my lord." }
{ "speaker": "Xiahou Dun", "side": "right", "text": "The rebels are scattered. Yingchuan should breathe easier tonight." },
{ "speaker": "Cao Cao", "side": "left", "text": "This is only the first fire. If the court cannot move quickly, we must." },
{ "speaker": "Xiahou Yuan", "side": "right", "text": "Then call on us for the next campaign. We will ride with you." },
{ "speaker": "Cao Ren", "side": "right", "text": "The clan stands ready, my lord." }
]
}