feat: video loop support for hotspot scenes, demo updates, docs, and engine fixes
This commit is contained in:
@@ -9,6 +9,8 @@ export interface SceneNode {
|
||||
qte?: QTEDefinition
|
||||
nextScene?: string
|
||||
onEnter?: Effect[]
|
||||
loopStart?: number
|
||||
loopEnd?: number
|
||||
}
|
||||
|
||||
export interface Choice {
|
||||
|
||||
Reference in New Issue
Block a user