From adada69cdfbe66bb57ef65cabc8de8b41df6ea43 Mon Sep 17 00:00:00 2001 From: Rezmason Date: Tue, 21 Dec 2021 15:13:54 -0800 Subject: [PATCH] Fixes to the font configuration logic. --- js/config.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/js/config.js b/js/config.js index e7f833d..fa22bf5 100644 --- a/js/config.js +++ b/js/config.js @@ -36,6 +36,7 @@ const fonts = { }; const defaults = { + font: "matrixcode", backgroundColor: [0, 0, 0], // The color "behind" the glyphs volumetric: false, // A mode where the raindrops appear in perspective resurrectingCodeRatio: 0, // The percent of columns that flow upward @@ -81,11 +82,8 @@ const defaults = { }; const versions = { - classic: { - font: "matrixcode", - }, + classic: {}, operator: { - font: "matrixcode", bloomStrength: 0.75, highPassThreshold: 0.0, cycleSpeed: 0.2, @@ -145,7 +143,6 @@ const versions = { raindropLength: 0.4, }, resurrections: { - font: "matrixcode", resurrectingCodeRatio: 0.25, glyphVerticalSpacing: 1.5, effect: "resurrections",