Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local w,h = term.getSize()
- paintutils.drawFilledBox(1,1,w,4,colors.lightBlue)
- paintutils.drawFilledBox(1,5,w,h,colors.black)
- for i = 8,h,4 do
- paintutils.drawFilledBox(1,i,w,i,colors.white)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement