From 51c359d739c1431171ee9936c96906e20cb1f3a9 Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Mon, 5 Aug 2024 13:17:56 +0100
Subject: [PATCH] Adjust dot push multiplier

---
 static/js/background_anim.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/js/background_anim.js b/static/js/background_anim.js
index 474b7c0..ea2ba44 100644
--- a/static/js/background_anim.js
+++ b/static/js/background_anim.js
@@ -15,9 +15,9 @@ const DOT_OUTLINE_COLOUR = "#444";
 const LINE_COLOUR = "#777";
 
 const VELOCITY_SLOWDOWN_MULTIPLIER = 0.998;
-const VELOCITY_PUSH_MULTIPLIER = 1.8;
+const VELOCITY_PUSH_MULTIPLIER = 1.2;
 
-const SHOW_VELOCITIES = true;
+const SHOW_VELOCITIES = false;
 
 // ----
 
-- 
GitLab