Advertisement
SirBaconBitz

Untitled

Jan 26th, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. mon = peripheral.wrap("top") -- side of computer monitor is connected to
  2. mon.setTextScale(0.5)
  3. mon.clear()
  4. image = paintutils.loadImage("model")
  5. term.redirect(mon)
  6. paintutils.drawImage(image, -20, 3)
  7. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement