From 911d51815da0b97883b84c48d4b706adb6941f3b Mon Sep 17 00:00:00 2001 From: Max <33982882+maxboeer@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:37:38 +0200 Subject: [PATCH] temporarily set text scale back to one --- compcount.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compcount.lua b/compcount.lua index dd5deb0..b4206e1 100644 --- a/compcount.lua +++ b/compcount.lua @@ -2,7 +2,7 @@ local mon = peripheral.find("monitor") assert(mon, "No monitor found") local monName = peripheral.getName(mon) -mon.setTextScale(0.5) +mon.setTextScale(1) local SCREEN_WIDTH, SCREEN_HEIGHT = mon.getSize()