Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("back")
- mon.setTextScale(1)
- x, y = mon.getSize()
- mon.clear()
- function cprint(text, ypos)
- mon.setCursorPos(x/2-string.len(text)/2+1, ypos)
- mon.write(text)
- end
- cprint(" ______ ______ _ __ __ ", 1)
- cprint(" / ____/________ _/ __/ /_/ | / /__ / /_", 2)
- cprint(" / / / ___/ __ / /_/ __/ |/ / _ \\/ __/", 3)
- cprint("/ /___/ / / /_/ / __/ /_/ /| / __/ /_ ", 4)
- cprint("\\____/_/ \\__,_/_/ \\__/_/ |_/\\___/\\__/ ", 5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement