Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local m = peripheral.wrap("left")
  2. m.clear()
  3. m.setTextScale(1)
  4. m.setCursorPos(1,1)
  5. m.setTextColour(512)
  6. m.setBackgroundColor(colors.lime)
  7. local perc = 100
  8. for i=1, perc do
  9. m.write(" ")
  10. end
  11. m.setBackgroundColor(colors.black)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement