antonsavov

Untitled

Feb 2nd, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --tutorial 19 obstacle 2 DE
  2. os.loadAPI('texthelp')
  3. local text = "DE: To change the active item from your inventory use the number keys or the mouse scroll. You can break a block by pointing the axe to it and holding the left mouse button. You can place a block with the right mouse button. CREATE A HOUSE using the NATURE RESOURCE with the green tree icon."
  4. local c = 'blue'
  5. local highlights = {}
  6. local monitor = peripheral.wrap('top')
  7. monitor.setTextScale(1)
  8. local w,h = monitor.getSize()
  9. texthelp.printToScreenOneColor(monitor,text,w,colors.orange,2,2)
Advertisement
Add Comment
Please, Sign In to add comment