summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-28 17:57:04 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-28 17:57:04 +0200
commitf9aac2c130dbec61c9466ae4b932aa9b4158d309 (patch)
tree8ea38cca9d5e966955194b650274d3b61416a219 /components/config.ts
parent173963d752bc8ea9c18d4165c0bcf88097c69cbe (diff)
added some more tweaks
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/config.ts b/components/config.ts
index 3331288..d6c2296 100644
--- a/components/config.ts
+++ b/components/config.ts
@@ -16,7 +16,9 @@ export const initialPhysics = {
enabled: true,
charge: -350,
collision: true,
- collisionStrength: 0,
+ collisionStrength: 20,
+ centering: true,
+ centeringStrength: 0.05,
linkStrength: 0.1,
linkIts: 1,
particles: false,