Turn off gravity on win and cap swirl arena spawns

This commit is contained in:
Daddy32
2025-12-13 23:24:26 +01:00
parent ea2446e36b
commit eb39a66540
3 changed files with 16 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
timeScale: 0.9,
spawnIntervalMs: 520,
initialSpawnCount: 90,
spawnLimit: 500,
spawnLimit: 300,
autoSpawn: true,
minChain: 3,
palette: ["#f472b6", "#22c55e"],
@@ -24,6 +24,7 @@
winCondition: {
type: "colorClear",
targets: [{ color: "#22c55e", count: 100 }],
onWin: { shoveBalls: true },
},
negativeScoreColors: ["#f472b6"],
negativeProgressColors: ["#f472b6"],