increase webgl sprite size

This commit is contained in:
Matthias Wirth
2025-10-13 09:10:46 +00:00
parent 79106da80b
commit b29e0adc2d

View File

@@ -1379,8 +1379,8 @@ function svgShapeToURI(shape, fillColor, strokeColor, strokeWidth, scale){
return "data:image/svg+xml;base64," + btoa(svg);
}
let glIconSize = 72;
let glImapCols = 8;
let glIconSize = 86;
let glImapCols = 16;
if (usp.has('iconTestCols')) {
glImapCols = usp.getInt('iconTestCols');
}