From 4ec3324319b5258f132c633e9f2e51e060d0599f Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Fri, 1 Mar 2024 17:20:29 -0500 Subject: [PATCH] Lower particle TOL --- src/components/utils/Lightbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/utils/Lightbar.tsx b/src/components/utils/Lightbar.tsx index c59923d5..9fbfea40 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -54,7 +54,7 @@ class Particle { this.direction = (Math.random() * Math.PI) / 2 + Math.PI / 4; this.speed = 0.02 + Math.random() * 0.085; - const second = 75; + const second = 65; this.lifetime = second * 3 + Math.random() * (second * 30); this.size = this.options.sizeRange