From a379196fd60448eebf927cd8d3460396c783a4d8 Mon Sep 17 00:00:00 2001 From: giacomotg Date: Wed, 7 Oct 2020 16:57:47 -0300 Subject: [PATCH] Update script.js --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index d0db5af6..9e3a5a33 100644 --- a/script.js +++ b/script.js @@ -72,7 +72,7 @@ let config = { COLOR_UPDATE_SPEED: 10, PAUSED: false, BACK_COLOR: { r: 0, g: 0, b: 0 }, - TRANSPARENT: false, + TRANSPARENT: true, BLOOM: true, BLOOM_ITERATIONS: 8, BLOOM_RESOLUTION: 256, @@ -1643,4 +1643,4 @@ function hashCode (s) { hash |= 0; // Convert to 32bit integer } return hash; -}; \ No newline at end of file +};