From 020c44c301a348eccc99ef6f5aecb0ffa8b076e9 Mon Sep 17 00:00:00 2001 From: Rezmason Date: Wed, 20 Feb 2019 08:21:22 -0800 Subject: [PATCH] Adjusting the height to width glyph ratio for throwback; multiplying the number of columns in throwback by that ratio, so that glyphs seem roughly the same size as in other versions. Minor color adjustment. --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index ee21d73..9512cd6 100644 --- a/index.html +++ b/index.html @@ -135,8 +135,8 @@ }, throwback: { bloom: { - radius: 0.4, - strength: 1, + radius: 0.3, + strength: 1.45, threshold: 0.0 }, cycleSpeed: 0.4, @@ -145,14 +145,14 @@ fallSpeed: 0.6, font: fonts.matrixcode, glyphEdgeCrop: 0.15, - glyphHeightToWidth:1.5, + glyphHeightToWidth:1.35, hasSun: false, hasThunder: false, isPolar: false, - numColumns: 90, + numColumns: 108, palette: [ {r: 0.00, g: 0.00, b: 0.00, at: 0.0}, - {r: 0.30, g: 0.90, b: 0.35, at: 0.5}, + {r: 0.18, g: 0.90, b: 0.35, at: 0.6}, {r: 0.90, g: 1.00, b: 0.90, at: 1.0}, ], raindropLength: 1.5,