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