Advertisement
Skiuileuf

Untitled

Feb 13th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. mon = peripheral.wrap("left") -- side of computer monitor is connected to
  2. image = paintutils.loadImage("Image")
  3. term.redirect(mon)
  4. paintutils.drawImage(image, 4, 7)
  5. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement