plasma-arc / config.js
p3nGu1nZz's picture
glyphs
f316429
raw
history blame
121 Bytes
// config.js
const config = {
glyphsAcrossTexture: 16,
glyphWidth: 32,
glyphHeight: 40
};
export { config }