csmit195

Paint Utils: Display

Jul 14th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local image = paintutils.loadImage('image')
  2. local monitor = peripheral.find('monitor')
  3. term.redirect(monitor)
  4. monitor.setTextScale(0.5)
  5. paintutils.drawImage(image, 1, 1)
Advertisement
Add Comment
Please, Sign In to add comment