Advertisement
ecco7777

CC Picture Displayer

Jul 18th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. args={...}
  2. if args[1]==nil then
  3. fileName="bild"
  4. else
  5. fileName=args[1]
  6. end
  7. term.setBackgroundColor(colors.blue)
  8. term.clear()
  9. bild=paintutils.loadImage(fileName)
  10. paintutils.drawImage(bild,1,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement