Advertisement
antonsavov

Untitled

Feb 1st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. --tutorial message heidelberg
  2. os.loadAPI('texthelp')
  3. local text = "IBA_GAME is an initiative of IBA_Heidelberg and is built on the 20,000_BLOCKS platform by the Digital Design Unit (DDU) at TU Darmstadt. It is made possible by Eternit GmbH."
  4. local c = 'blue'
  5. local highlights = {
  6. {word = 'IBA_GAME', color = c},
  7. {word = '20,000_BLOCKS', color = c}
  8. }
  9. local monitor = peripheral.wrap('top')
  10. monitor.setTextScale(1.5)
  11. local w,h = monitor.getSize()
  12. texthelp.printToScreenColor(monitor,text,w,highlights,2,2, colors.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement