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 +};