Advertisement
antonsavov

Untitled

Feb 1st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. --tutorial 5 DE - how to jump
  2. os.loadAPI('texthelp')
  3. local text = "Drücke die Leertaste um zu springen. /n Du kannst einen Block hoch springen."
  4. local monitor = peripheral.wrap('top')
  5. monitor.setTextScale(1.5)
  6. --monitor.setTextColor(colors.orange)
  7. local w,h = monitor.getSize()
  8. texthelp.printToScreenOneColor(monitor,text,w,colors.orange,2,2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement