From c0bd6945ed71c4c0f8477b58663255f3e09e93ad Mon Sep 17 00:00:00 2001 From: Rezmason Date: Mon, 15 Nov 2021 23:52:39 -0800 Subject: [PATCH] The twilight version flickered an unhealthy amount, so I lengthened its raindrops. --- js/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/config.js b/js/config.js index ff28f74..c67f0cd 100644 --- a/js/config.js +++ b/js/config.js @@ -169,8 +169,7 @@ const versions = { ...fonts.huberfishD, bloomStrength: 0.3, numColumns: 50, - raindropLength: 0.4, - cycleFrameSkip: 3, + raindropLength: 0.9, fallSpeed: 0.15, cycleStyle: "cycleRandomly", highPassThreshold: 0.0,