Fix color matching and blob types
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user