Advertisement
antonsavov

Untitled

Feb 1st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. --tutorial 04 - how to run DE
  2. os.loadAPI('texthelp')
  3. local text = "Du kannst schneller laufen wenn du die STRG Taste gedrückt hälst."
  4. local monitor = peripheral.wrap('top')
  5. monitor.setTextScale(2)
  6. local w,h = monitor.getSize()
  7. texthelp.printToScreenOneColor(monitor,text,w,colors.orange,2,2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement