Add stack blocks scene with column spawning

This commit is contained in:
Daddy32
2025-12-14 21:05:25 +01:00
parent ec87d71e52
commit e500380a7e
3 changed files with 78 additions and 15 deletions

View File

@@ -8,6 +8,7 @@
"scene-lava",
"swirl-arena",
"relax",
"stack-blocks",
];
const orderedScenes = desiredOrder
.map((id) => scenes.find((s) => s.id === id))