Add loadingScreen properties to scene-main in local draft storage test

This commit is contained in:
2026-04-11 04:22:32 +02:00
parent cd3ea64e25
commit 8a1d41567e

View File

@@ -291,6 +291,11 @@ describe("local draft storage", () => {
"scene-main": {
id: "scene-main",
name: "Untitled Scene",
loadingScreen: {
colorHex: "#0d1117",
headline: null,
description: null
},
world: createEmptySceneDocument().world,
brushes: {
[invalidBrush.id]: invalidBrush