Add NPC dialogue support in scene document and runtime interaction system

This commit is contained in:
2026-04-14 20:32:05 +02:00
parent 076d0b1f80
commit fd13fdffe8
5 changed files with 147 additions and 3 deletions

View File

@@ -28,7 +28,8 @@ import {
type ProjectDialogueLibrary
} from "../dialogues/project-dialogues";
export const SCENE_DOCUMENT_VERSION = 50 as const;
export const SCENE_DOCUMENT_VERSION = 51 as const;
export const NPC_DIALOGUE_REFERENCE_SCENE_DOCUMENT_VERSION = 51 as const;
export const PROJECT_DIALOGUE_LIBRARY_SCENE_DOCUMENT_VERSION = 50 as const;
export const SCHEDULER_ACTOR_ROUTINE_EFFECTS_SCENE_DOCUMENT_VERSION = 49 as const;
export const SCHEDULER_CONTROL_EFFECTS_SCENE_DOCUMENT_VERSION = 48 as const;