Advertisement
Guest User

ecriture

a guest
Jan 24th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mon = peripheral.wrap("back")
  2. mon.clear() -- Permet d'effacer tout le contenu de l'écran
  3. mon.write("Let's Play Moday")
  4. mon.setCursorPos(2,3)
  5. mon.setTextScale(1.5)
  6. mon.setTextColor(2)
  7. term.redirect(mon)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement