
craftnet 2.2.2
By:
Imgoodisher on
Aug 7th, 2012 | syntax:
Lua | size: 0.39 KB | hits: 21 | expires: Never
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)