Advertisement
antonsavov

Untitled

Dec 14th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. --tutorial 02 about game
  2. os.loadAPI('texthelp')
  3. local text = "IBA_GAME|20,000 BLOCKS is a collaborative, city-building experiment to crowdsource the design of a new neighbourhood."
  4. local c = 'blue'
  5. local highlights = {}
  6. local monitor = peripheral.wrap('top')
  7. monitor.setTextScale(2)
  8. local w,h = monitor.getSize()
  9. texthelp.printToScreenColor(monitor,text,w,highlights,2,2, colors.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement