Advertisement
SkyCrafter0

NFP Image Loader

Jun 15th, 2020
1,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. -- loads nfp images, put the file "myimgfile" at root directory
  2. mon = peripheral.wrap("top")
  3. image = paintutils.loadImage(myimgfile)
  4. term.redirect(mon)
  5. paintutils.drawImage(image, 1, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement