diff --git a/compcount.lua b/compcount.lua index 9ddea77..0259338 100644 --- a/compcount.lua +++ b/compcount.lua @@ -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",