temporarily set text scale back to one

This commit is contained in:
Max
2026-06-01 15:37:38 +02:00
parent 4c77395fc7
commit 911d51815d
+1 -1
View File
@@ -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()