Advertisement
Guest User

test

a guest
May 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. m = peripheral.wrap(left)
  2.  
  3. m.setBackgroundColor(colors.black)
  4. m.clear()
  5. sleep(1)
  6. m.print("CinOS | b0.13-DE")
  7. sleep(0,5)
  8. m.setCursorPos(10,3)
  9. m.setTextScale(2)
  10. m.write(textutils.slowprint("CinOS wird gestartet!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement