feedmecookies

monitor sign

Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. sleep(5)
  2. --defines--
  3. m = peripheral.wrap("bottom")
  4. x = 8*3
  5. y = 6*1
  6. m.setTextScale(2)
  7. -----------
  8.  
  9.  
  10.  
  11. --main-----
  12.  
  13. while true do
  14.  
  15. for i = -10, 20 do
  16. m.clear()
  17. m.setCursorPos(i,1)
  18. m.write("Computer Room")
  19. m.setCursorPos(i,2)
  20. m.write("Machine Room")
  21. sleep(0.3)
  22. end
  23.  
  24.  
  25.  
  26. end
Add Comment
Please, Sign In to add comment