tommy2805

poste lua

Jul 2nd, 2023 (edited)
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. if not fs.exists("frame") then
  2.     shell.run("pastebin get kPiQjsdR frame")
  3. end
  4. mon = peripheral.wrap("top")
  5. mon.setTextScale(0.5)
  6. term.redirect(mon)
  7. paintutils.drawImage(paintutils.loadImage("frame"), 1, 1)
  8. term.setCursorPos(0,0)
Advertisement
Add Comment
Please, Sign In to add comment