From 09e02f522de5a8bb415e96e0de1f4ea464382a74 Mon Sep 17 00:00:00 2001 From: Artony <129370219+artony4444@users.noreply.github.com> Date: Sat, 18 May 2024 21:13:59 +0530 Subject: [PATCH] enabled no-wall --- src/js/tools/get.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/tools/get.js b/src/js/tools/get.js index 5f905c4..c6c72d7 100644 --- a/src/js/tools/get.js +++ b/src/js/tools/get.js @@ -29,7 +29,7 @@ class vars static radius = 100; static valocity = 0.9; - static noWall = false; // fps drop (need to optimize) + static noWall = true; // fps drop (need to optimize) static centerParticles = true; static totalParticle = 1000