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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement