feat: P25 conditional routing, nextScene supports Choice[] with conditions
This commit is contained in:
@@ -10,7 +10,7 @@ export interface SceneNode {
|
||||
choices?: Choice[]
|
||||
hotspots?: Hotspot[]
|
||||
qte?: QTEDefinition
|
||||
nextScene?: string
|
||||
nextScene?: string | Choice[]
|
||||
onEnter?: Effect[]
|
||||
loopStart?: number
|
||||
loopEnd?: number
|
||||
|
||||
Reference in New Issue
Block a user