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

@@ -7,11 +7,16 @@
id: "fast-drop-maze",
name: "Fast drop maze",
config: {
gravity: 1.25,
gravity: 1.2,
spawnIntervalMs: 220,
minChain: 3,
palette: ["#e879f9", "#38bdf8", "#f97316", "#22c55e"],
ballRadius: 16,
winCondition: {
type: "colorClear",
targets: [{ color: "#e879f9", count: 100 }],
onWin: { setGravity: -0.5, swirlBalls: true },
},
link: {
stiffness: 1,
lengthScale: 0.85,