SD_Ecliptica

SD Studios

Oct 8th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. m = peripheral.wrap("back")
  2. m.clear()
  3. print("Running display script; CTRL+T to terminate.")
  4.  
  5. -- welcome message
  6. m.setCursorPos(6,2)
  7. m.setTextScale(3)
  8. m.setTextColor(colors.purple)
  9. m.write("Spartan  Dominion")
  10. m.setCursorPos(8,3)
  11. m.setTextColor(colors.white)
  12. m.write("S T U D I O S")
Advertisement
Add Comment
Please, Sign In to add comment