feat: intro video, asset updates, roadmap and engine improvements

This commit is contained in:
2026-06-10 14:47:45 +08:00
parent 68312c6137
commit 76581d0326
8 changed files with 152 additions and 3 deletions

View File

@@ -111,6 +111,8 @@ export interface GameData {
chapters?: ChapterInfo[]
achievements?: AchievementDef[]
endings?: EndingDef[]
introVideo?: string
menuVideo?: string
}
export interface ChoiceRecord {