Advertisement
osmarks

Untitled

Aug 13th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local canv = peripheral.wrap "back".canvas()
  2. local w, h = canv.getSize()
  3. local blinder = canv.addRectangle(0, 0, w, h, 0x000000FF)
  4.  
  5. read()
  6. blinder.remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement