Change badge font

This commit is contained in:
Max
2026-06-01 20:46:04 +02:00
parent 4c00d3b232
commit d1b569979e
+1 -1
View File
@@ -765,7 +765,7 @@ local function drawItem(img, cellX, cellY, count, offsetY, item)
if compressionLevel > 0 and y <= frame.buffer.height and y + 8 >= 1 then
mf.writeOn(frame, tostring(compressionLevel), colors.red, x + 15, y, {
font = "fonts/3x3",
font = "fonts/PixelPlace",
textAlign = "right",
anchorHor = "right",
anchorVer = "top",