Add support for project time night background settings in scene document

This commit is contained in:
2026-04-12 14:31:58 +02:00
parent 4872b964e7
commit b54598e2b9
2 changed files with 44 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ import {
type ProjectTimeSettings
} from "./project-time-settings";
export const SCENE_DOCUMENT_VERSION = 38 as const;
export const SCENE_DOCUMENT_VERSION = 39 as const;
export const PROJECT_TIME_NIGHT_BACKGROUND_SCENE_DOCUMENT_VERSION = 39 as const;
export const PROJECT_TIME_DAY_NIGHT_PROFILE_SCENE_DOCUMENT_VERSION = 38 as const;
export const PROJECT_TIME_SYSTEM_SCENE_DOCUMENT_VERSION = 37 as const;
export const AUTHORED_OBJECT_STATE_SCENE_DOCUMENT_VERSION = 36 as const;