Update project package test with loading screen settings

This commit is contained in:
2026-04-11 04:18:26 +02:00
parent 002215fd3c
commit 57bc7716c3

View File

@@ -119,7 +119,12 @@ describe("project package serialization", () => {
}),
"scene-dungeon": createEmptyProjectScene({
id: "scene-dungeon",
name: "Portable Dungeon"
name: "Portable Dungeon",
loadingScreen: {
colorHex: "#1f2d42",
headline: "Heading underground",
description: "Preparing dungeon encounter state."
}
})
}
};