feat: i18n StoryGallery UI labels and data layer chapter/ending names
This commit is contained in:
@@ -77,6 +77,7 @@ export interface QTEDefinition {
|
||||
export interface ChapterInfo {
|
||||
id: string
|
||||
label: string
|
||||
labelKey?: string
|
||||
startScene: string
|
||||
thumbnail?: string
|
||||
defaultVariables?: Record<string, number>
|
||||
@@ -94,6 +95,7 @@ export interface AchievementDef {
|
||||
export interface EndingDef {
|
||||
id: string
|
||||
label: string
|
||||
labelKey?: string
|
||||
sceneId: string
|
||||
chapterId?: string
|
||||
thumbnail?: string
|
||||
|
||||
Reference in New Issue
Block a user