mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 04:19:29 -07:00
Adding neomatrixology's glyphs and version
This commit is contained in:
BIN
assets/neomatrixology_msdf.png
Normal file
BIN
assets/neomatrixology_msdf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
17
js/config.js
17
js/config.js
@@ -50,6 +50,11 @@ const fonts = {
|
||||
glyphSequenceLength: 38,
|
||||
glyphTextureGridSize: [8, 5],
|
||||
},
|
||||
neomatrixology: {
|
||||
glyphMSDFURL: "assets/neomatrixology_msdf.png",
|
||||
glyphSequenceLength: 12,
|
||||
glyphTextureGridSize: [4, 4],
|
||||
}
|
||||
};
|
||||
|
||||
const textureURLs = {
|
||||
@@ -128,6 +133,18 @@ const versions = {
|
||||
animationSpeed: 0.5,
|
||||
width: 40,
|
||||
},
|
||||
neomatrixology: {
|
||||
font: "neomatrixology",
|
||||
animationSpeed: 0.8,
|
||||
width: 40,
|
||||
palette: [
|
||||
{ color: hsl(0.15, 0.9, 0.0), at: 0.0 },
|
||||
{ color: hsl(0.15, 0.9, 0.2), at: 0.2 },
|
||||
{ color: hsl(0.15, 0.9, 0.7), at: 0.7 },
|
||||
{ color: hsl(0.15, 0.9, 0.8), at: 0.8 },
|
||||
],
|
||||
cursorColor: rgb(2, 2, 1)
|
||||
},
|
||||
operator: {
|
||||
cursorColor: { space: "rgb", values: [1.0, 3, 1.5] },
|
||||
bloomSize: 0.6,
|
||||
|
||||
Reference in New Issue
Block a user