Add support for whitebox bevel in scene document

This commit is contained in:
2026-04-12 01:03:50 +02:00
parent 5b822548ae
commit ad9790e750
3 changed files with 63 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ import {
type WorldSettings
} from "./world-settings";
export const SCENE_DOCUMENT_VERSION = 32 as const;
export const SCENE_DOCUMENT_VERSION = 33 as const;
export const WHITEBOX_BEVEL_SCENE_DOCUMENT_VERSION = 32 as const;
export const PLAYER_START_LOCOMOTION_CORE_SCENE_DOCUMENT_VERSION = 32 as const;
export const PLAYER_START_MOVEMENT_TEMPLATE_SCENE_DOCUMENT_VERSION =
31 as const;