Turn off gravity on win and cap swirl arena spawns
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user