Advertisement
ecco7777

loadimage 2

Jan 6th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. args = {...}
  2. bild=args[1]
  3. term.setBackgroundColor(colors.black)
  4. term.clear()
  5. pic=paintutils.loadImage(bild)
  6. paintutils.drawImage(pic,1,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement