Add relax timer scene and color collection goal
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user