plasma-arc / config.js
p3nGu1nZz's picture
add to config
c75754c
raw
history blame
176 Bytes
// config.js
export const config = {
glyphsAcrossTexture: 16,
glyphWidth: 32,
glyphHeight: 40,
maxGlyphs: 100,
vertsPerGlyph: 6,
floatsPerVertex: 8
};