Advertisement
antonsavov

Untitled

Feb 1st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. --tutorial 5 - how to jump
  2. os.loadAPI('texthelp')
  3. local text = "Press the SPACEBAR key to jump. SPACEBAR when walking to jump forward. You can jump one block high."
  4. local monitor = peripheral.wrap('top')
  5. monitor.setTextScale(2)
  6. local w,h = monitor.getSize()
  7. texthelp.printToScreen(monitor,text,w,{},2,2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement