Advertisement
Guest User

startup

a guest
Aug 2nd, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2.  
  3. m.setBackgroundColor(colors.white)
  4. m.setTextColor(colors.red)
  5. m.clear()
  6.  
  7. m.setTextScale(5)
  8. m.setCursorPos(2,1)
  9. m.write("Exit")
  10. m.setCursorPos(5,2)
  11. m.write("Spawn")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement