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.

This commit is contained in:
Rezmason
2019-02-20 08:21:22 -08:00
parent 5263562c6f
commit 020c44c301

View File

@@ -135,8 +135,8 @@
}, },
throwback: { throwback: {
bloom: { bloom: {
radius: 0.4, radius: 0.3,
strength: 1, strength: 1.45,
threshold: 0.0 threshold: 0.0
}, },
cycleSpeed: 0.4, cycleSpeed: 0.4,
@@ -145,14 +145,14 @@
fallSpeed: 0.6, fallSpeed: 0.6,
font: fonts.matrixcode, font: fonts.matrixcode,
glyphEdgeCrop: 0.15, glyphEdgeCrop: 0.15,
glyphHeightToWidth:1.5, glyphHeightToWidth:1.35,
hasSun: false, hasSun: false,
hasThunder: false, hasThunder: false,
isPolar: false, isPolar: false,
numColumns: 90, numColumns: 108,
palette: [ palette: [
{r: 0.00, g: 0.00, b: 0.00, at: 0.0}, {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}, {r: 0.90, g: 1.00, b: 0.90, at: 1.0},
], ],
raindropLength: 1.5, raindropLength: 1.5,