Advertisement
antonsavov

Untitled

Feb 1st, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. --tutorial 02 about game
  2. os.loadAPI('texthelp')
  3. local text = "In IBA_GAME you create small neighbourhoods like the one you see below. Hundreds of them form a new city quarter designed by you and other players."
  4. local c = 'blue'
  5. local highlights = {
  6. {word = 'IBA_GAME', color = c}
  7. }
  8. local monitor = peripheral.wrap('top')
  9. monitor.setTextScale(2)
  10. local w,h = monitor.getSize()
  11. texthelp.printToScreenColor(monitor,text,w,highlights,2,2, colors.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement