Advertisement
arismoko

image shower

Sep 30th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local mon = peripheral.find("monitor")
  2. local image = paintutils.loadImage("bo")
  3. local oldTerm = term.redirect(mon)
  4. paintutils.drawImage(image, -3,-3)
  5. term.redirect(oldTerm)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement