From ecde5f34bb5ae8f33f707a24392fe4d70de74672 Mon Sep 17 00:00:00 2001 From: snxraven Date: Fri, 4 Jul 2025 02:32:45 -0400 Subject: [PATCH] update freq --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index bd039b2..8872233 100644 --- a/js/main.js +++ b/js/main.js @@ -51,7 +51,7 @@ function createParticle() { } // Create particles frequently -setInterval(createParticle, 50); +setInterval(createParticle, 75); function throttle(fn, wait) { let lastTime = 0;