Advertisement
Guest User

play

a guest
Oct 6th, 2015
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local args = {...}
  2. h=args[1]
  3. m=peripheral.wrap("left")
  4. m.setBackgroundColor(colors.blue)
  5. m.clear()
  6. bild=paintutils.loadImage("bild")
  7. paintutils.drawImage(bild,1,h)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement