From a979e8756404ddac8816b2853e47c36469c75313 Mon Sep 17 00:00:00 2001 From: Rezmason Date: Sat, 23 Oct 2021 01:12:50 -0700 Subject: [PATCH] More tweaks to Resurrections version. --- js/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/config.js b/js/config.js index 95b939f..471aefa 100644 --- a/js/config.js +++ b/js/config.js @@ -133,11 +133,11 @@ const versions = { ...defaults, ...fonts.matrixcode, resurrectingCodeRatio: 0.25, - glyphVerticalSpacing: 1.25, + glyphVerticalSpacing: 1.5, effect: "resurrections", numColumns: 100, volumetric: true, - cycleSpeed: 0.5, + fallSpeed: 0.4, }, }; versions.throwback = versions.operator;