Advertisement
kamiakze

PixelCounter

May 29th, 2020
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local ecran = peripheral.wrap("right")
  2. term.redirect(ecran)
  3. paintutils.drawFilledBox(0,0,73,26,1)
  4. paintutils.drawPixel(3,2,150)
  5. paintutils.drawPixel(3,3,29)
  6. paintutils.drawPixel(4,2,150)
  7. paintutils.drawPixel(4,3,29)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement