Add relax timer scene and color collection goal

This commit is contained in:
Daddy32
2025-12-13 20:31:40 +01:00
parent 37607ef148
commit 317803a4a3
5 changed files with 214 additions and 49 deletions

View File

@@ -6,6 +6,7 @@
"fast-drop-maze",
"balanced",
"scene-lava",
"relax",
];
const orderedScenes = desiredOrder
.map((id) => scenes.find((s) => s.id === id))