Advertisement
guitarplayer616

File Explorer

Jun 23rd, 2015
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local w,h = term.getSize()
  2. paintutils.drawFilledBox(1,1,w,4,colors.lightBlue)
  3. paintutils.drawFilledBox(1,5,w,h,colors.black)
  4.  
  5. for i = 8,h,4 do
  6.     paintutils.drawFilledBox(1,i,w,i,colors.white)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement