Add NPC presence support in scene document

This commit is contained in:
2026-04-13 23:48:16 +02:00
parent 5a6a708c07
commit 6847d7c211
2 changed files with 35 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ import {
} from "./project-time-settings";
import { type ScenePath } from "./paths";
export const SCENE_DOCUMENT_VERSION = 43 as const;
export const SCENE_DOCUMENT_VERSION = 44 as const;
export const NPC_PRESENCE_SCENE_DOCUMENT_VERSION = 44 as const;
export const PATH_FOUNDATION_SCENE_DOCUMENT_VERSION = 43 as const;
export const NPC_COLLIDER_SCENE_DOCUMENT_VERSION = 42 as const;
export const NPC_ENTITY_FOUNDATION_SCENE_DOCUMENT_VERSION = 41 as const;