mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
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:
10
index.html
10
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,
|
||||
|
||||
Reference in New Issue
Block a user