From 6d22b5547c26a6aaf60be1f9451802382748d400 Mon Sep 17 00:00:00 2001 From: Max <33982882+maxboeer@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:40:56 +0200 Subject: [PATCH] smaller scale --- compcount.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compcount.lua b/compcount.lua index b4206e1..8ae9d68 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(1) +mon.setTextScale(0.5) local SCREEN_WIDTH, SCREEN_HEIGHT = mon.getSize() @@ -732,8 +732,8 @@ local function runScrollableGrid(options) local refreshTimer local animationTimer - local columns = 3 - local rowsPerView = 3 + local columns = 6 + local rowsPerView = 6 local baseCellX = 4 local baseCellY = 2 local colStepCells = 12