temporarily set text scale back to one
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user