Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Display an image on a computer craft monitor
- mon = peripheral.wrap("right") -- side of computer monitor is connected to
- mon.setTextScale(0.5) -- Improve the size of pictures by doubling pixels
- image = paintutils.loadImage("norman")
- term.redirect(mon)
- paintutils.drawImage(image, 1, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement