Skip to content

Commit 4f9634a

Browse files
authored
Update index.html
1 parent 3d7e89b commit 4f9634a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,12 @@ <h3>Import Options</h3>
10481048
$("dampingSlider").value = 0;
10491049
$("dampingValue").textContent = "0%";
10501050

1051+
/* step 0 ─ turn High-Repel ON (keeps blobs apart) */
1052+
if (interRepelMult !== 3) { // 1 = normal, 3 = boosted
1053+
interRepelMult = 3; // physics flag
1054+
toggleActiveIcon($("iconDiffusion"), true); // light the toolbar icon
1055+
}
1056+
10511057
const palette = ["#ff3333", "#ffd700", "#0066ff", "#000000"]; // red, yellow, blue, black
10521058
const placed = []; // remember centres
10531059

0 commit comments

Comments
 (0)