Remove unused time phase and night background settings from project-time-settings.ts and update scene-document.ts and world-settings.ts accordingly

This commit is contained in:
2026-04-13 14:43:48 +02:00
parent dd444a4b3d
commit 65fe197d27
3 changed files with 161 additions and 130 deletions

View File

@@ -19,7 +19,8 @@ import {
type ProjectTimeSettings
} from "./project-time-settings";
export const SCENE_DOCUMENT_VERSION = 39 as const;
export const SCENE_DOCUMENT_VERSION = 40 as const;
export const WORLD_TIME_ENVIRONMENT_SCENE_DOCUMENT_VERSION = 40 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;