Advertisement
Guest User

screen

a guest
Sep 30th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. mon = peripheral.wrap("back")
  2. mon.clear
  3. mon.setTextScale(5)
  4. mon.setCursorPos(2,4)
  5. mon.write("Welcome to")
  6. mon.setCursorPos(4,5)
  7. mon.write("BaguetteLand")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement