Change badge font
This commit is contained in:
+1
-1
@@ -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
|
if compressionLevel > 0 and y <= frame.buffer.height and y + 8 >= 1 then
|
||||||
mf.writeOn(frame, tostring(compressionLevel), colors.red, x + 15, y, {
|
mf.writeOn(frame, tostring(compressionLevel), colors.red, x + 15, y, {
|
||||||
font = "fonts/3x3",
|
font = "fonts/PixelPlace",
|
||||||
textAlign = "right",
|
textAlign = "right",
|
||||||
anchorHor = "right",
|
anchorHor = "right",
|
||||||
anchorVer = "top",
|
anchorVer = "top",
|
||||||
|
|||||||
Reference in New Issue
Block a user