File size: 152 Bytes
592c29d
 
efa37d8
f316429
 
d828ac0
 
 
592c29d
1
2
3
4
5
6
7
8
9
10
// config.js

export const config = {
    glyphsAcrossTexture: 16,
    glyphWidth: 32,
    glyphHeight: 40,
    maxGlyphs: 100,
    vertsPerGlyph: 6
};