From d1b569979eeb5f1816f0d3197f7c1715c8ba6f11 Mon Sep 17 00:00:00 2001 From: Max <33982882+maxboeer@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:46:04 +0200 Subject: [PATCH] Change badge font --- compcount.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",