Advertisement
Guest User

startup

a guest
Oct 20th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. monitor = peripheral.wrap("right")
  2. monitor.clear()
  3. monitor.setCursorPos(1,1)
  4. monitor.setTextScale(5)
  5. monitor.write(" L'Incontro      ")
  6. monitor.setCursorPos(1,2)
  7. monitor.setTextScale(5)
  8. monitor.write("  The best")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement