smaller scale

This commit is contained in:
Max
2026-06-01 15:40:56 +02:00
parent 911d51815d
commit 6d22b5547c
+3 -3
View File
@@ -2,7 +2,7 @@ local mon = peripheral.find("monitor")
assert(mon, "No monitor found") assert(mon, "No monitor found")
local monName = peripheral.getName(mon) local monName = peripheral.getName(mon)
mon.setTextScale(1) mon.setTextScale(0.5)
local SCREEN_WIDTH, SCREEN_HEIGHT = mon.getSize() local SCREEN_WIDTH, SCREEN_HEIGHT = mon.getSize()
@@ -732,8 +732,8 @@ local function runScrollableGrid(options)
local refreshTimer local refreshTimer
local animationTimer local animationTimer
local columns = 3 local columns = 6
local rowsPerView = 3 local rowsPerView = 6
local baseCellX = 4 local baseCellX = 4
local baseCellY = 2 local baseCellY = 2
local colStepCells = 12 local colStepCells = 12