Advertisement
Guest User

testt

a guest
Dec 13th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. pp=peripheral.wrap("right")
  2. pp.setTextScale(0.5)
  3. term.redirect(pp)
  4. local image = paintutils.loadImage("test")
  5. paintutils.drawImage(image, 1, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement