feat: inline bilingual choice text (textEn), lang-aware choice rendering
This commit is contained in:
@@ -24,6 +24,7 @@ export interface SceneNode {
|
||||
export interface Choice {
|
||||
text: string
|
||||
textKey?: string
|
||||
textEn?: string
|
||||
targetScene: string
|
||||
conditions?: Condition[]
|
||||
effects?: Effect[]
|
||||
|
||||
Reference in New Issue
Block a user