Add foamContactLimit to water properties in create-box-brush.command.test.ts

This commit is contained in:
2026-04-07 06:55:45 +02:00
parent 0241e076ba
commit e73aed9063

View File

@@ -295,7 +295,8 @@ describe("box brush commands", () => {
water: {
colorHex: "#3a7dc2",
surfaceOpacity: 0.65,
waveStrength: 0.4
waveStrength: 0.4,
foamContactLimit: 6
}
}
})