auto-git:

[change] src/assets/starter-environment-assets.ts
This commit is contained in:
2026-04-22 15:22:18 +02:00
parent 12523f184d
commit 15612037a4

View File

@@ -121,6 +121,12 @@ function cloneWorldBackground(background: WorldBackgroundSettings) {
};
}
if (background.mode === "shader") {
return {
mode: "shader" as const
};
}
if (background.mode === "solid") {
return {
mode: "solid" as const,