feat: i18n system, lang switch component, english subtitles, UI improvements, roadmap update
This commit is contained in:
@@ -4,6 +4,7 @@ export interface SceneNode {
|
||||
videoUrl: string
|
||||
imageUrl?: string
|
||||
subtitleUrl?: string
|
||||
subtitles?: Record<string, string>
|
||||
choices?: Choice[]
|
||||
hotspots?: Hotspot[]
|
||||
qte?: QTEDefinition
|
||||
@@ -22,6 +23,7 @@ export interface SceneNode {
|
||||
|
||||
export interface Choice {
|
||||
text: string
|
||||
textKey?: string
|
||||
targetScene: string
|
||||
conditions?: Condition[]
|
||||
effects?: Effect[]
|
||||
|
||||
Reference in New Issue
Block a user