Advertisement
Guest User

startup

a guest
Jan 21st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. printer = peripheral.wrap("right")
  2. disk = peripheral.wrap("left")
  3. monitor = peripheral.wrap("top")
  4. monitor.setTextColor(2048)
  5. monitor.setBackgroundColor(1)
  6. monitor.clear()
  7. monitor.setTextScale(4)
  8. monitor.setCursorPos(1,1)
  9. monitor.write("Welcome")
  10. monitor.setCursorPos(1,2)
  11. monitor.write("back")
  12. monitor.setCursorPos(1,3)
  13. monitor.write("home")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement