mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
Adding the Game Theory ARG cipher fonts.
This commit is contained in:
BIN
assets/gtarg_alientext_msdf.png
Normal file
BIN
assets/gtarg_alientext_msdf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
BIN
assets/gtarg_tenretniolleh_msdf.png
Normal file
BIN
assets/gtarg_tenretniolleh_msdf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
10
js/config.js
10
js/config.js
@@ -33,6 +33,16 @@ const fonts = {
|
|||||||
glyphSequenceLength: 34,
|
glyphSequenceLength: 34,
|
||||||
glyphTextureGridSize: [6, 6],
|
glyphTextureGridSize: [6, 6],
|
||||||
},
|
},
|
||||||
|
gtarg_tenretniolleh: {
|
||||||
|
glyphTexURL: "assets/gtarg_tenretniolleh_msdf.png",
|
||||||
|
glyphSequenceLength: 36,
|
||||||
|
glyphTextureGridSize: [6, 6],
|
||||||
|
},
|
||||||
|
gtarg_alientext: {
|
||||||
|
glyphTexURL: "assets/gtarg_alientext_msdf.png",
|
||||||
|
glyphSequenceLength: 38,
|
||||||
|
glyphTextureGridSize: [8, 5],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const defaults = {
|
const defaults = {
|
||||||
|
|||||||
Reference in New Issue
Block a user