Update project package test with loading screen settings
This commit is contained in:
@@ -119,7 +119,12 @@ describe("project package serialization", () => {
|
|||||||
}),
|
}),
|
||||||
"scene-dungeon": createEmptyProjectScene({
|
"scene-dungeon": createEmptyProjectScene({
|
||||||
id: "scene-dungeon",
|
id: "scene-dungeon",
|
||||||
name: "Portable Dungeon"
|
name: "Portable Dungeon",
|
||||||
|
loadingScreen: {
|
||||||
|
colorHex: "#1f2d42",
|
||||||
|
headline: "Heading underground",
|
||||||
|
description: "Preparing dungeon encounter state."
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user