Fix color matching and blob types

This commit is contained in:
Daddy32
2025-12-13 21:18:33 +01:00
parent 8dfb370d10
commit ed7e12b9c1
3 changed files with 82 additions and 8 deletions

View File

@@ -41,12 +41,11 @@
minChain: 3,
palette: ["#f472b6", "#38bdf8", "#fbbf24", "#a855f7", "#22c55e"],
ballRadius: 26,
blobBalls: true,
blobBalls: "jagged",
winCondition: {
type: "score",
target: 25000,
onWin: { setGravity: -0.55, removeCurves: true },
nextSceneId: "scene-grid",
},
link: {
stiffness: 0.7,
@@ -55,7 +54,7 @@
lineWidth: 3,
rope: true,
renderType: "line",
maxLengthMultiplier: 4.8,
maxLengthMultiplier: 5.8,
},
},
createBodies: (w, h) => {

View File

@@ -16,8 +16,9 @@
minChain: 2,
palette: ["#38bdf8", "#f472b6", "#fbbf24", "#22c55e", "#a855f7"],
ballRadius: 20,
blobBalls: false,
blobBalls: "soft",
noGameOver: true,
relaxMode: true,
winCondition: {
type: "timer",
durationSec: 120,