Advertisement
Mr_redstone5230

Monitor size test

Nov 3rd, 2019
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. monitor = peripheral.wrap("top")
  2. monitor.clear()
  3. monitor.setCursorPos(1,1)
  4.  
  5. monitor.setTextScale(1) --Edit the "1"
  6. monitor.write(x..", "..y) --Shows the screen size
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement