feat: choice conditions with variables, demo updates, roadmap update

This commit is contained in:
2026-06-09 16:46:06 +08:00
parent beb1e5cfd5
commit bf4b85f727
4 changed files with 155 additions and 59 deletions

View File

@@ -24,6 +24,7 @@ export interface SceneNode {
export interface Choice {
text: string
textKey?: string
prompt?: string
targetScene: string
conditions?: Condition[]
effects?: Effect[]