smaller scale
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user