Advertisement
RemiCraft

Image Load

Jul 4th, 2022
1,153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local monitor = peripheral.wrap("right")
  2. local image = paintutils.loadImage("cctest")
  3. monitor.setTextScale(0.5)
  4. term.redirect(monitor)
  5. paintutils.drawImage(image, 1, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement