forked from oerkki/voxelands
new server ascii title
This commit is contained in:
parent
618630daf3
commit
0e915d7427
|
@ -327,19 +327,13 @@ int main(int argc, char *argv[])
|
|||
*/
|
||||
|
||||
std::cout<<std::endl<<std::endl;
|
||||
|
||||
std::cout
|
||||
<<" .__ __ __ "<<std::endl
|
||||
<<" _____ |__| ____ _____/ |_ ____ _______/ |_ "<<std::endl
|
||||
<<" / \\| |/ \\_/ __ \\ __\\/ __ \\ / ___/\\ __\\"<<std::endl
|
||||
<<"| Y Y \\ | | \\ ___/| | \\ ___/ \\___ \\ | | "<<std::endl
|
||||
<<"|__|_| /__|___| /\\___ >__| \\___ >____ > |__| "<<std::endl
|
||||
<<" \\/_ \\/ \\/ __ \\/ \\/ "<<std::endl
|
||||
<<" ____| | ___ ___________|__| ____ "<<std::endl
|
||||
<<" / ___\\ |/ _ \\/ ___/ ___/ |/ ___\\ "<<std::endl
|
||||
<<"| |___| | _ \\___ \\\\___ \\| | |____ "<<std::endl
|
||||
<<" \\____/__|_/ \\ >__ >___ >__|\\____/ "<<std::endl
|
||||
<<" \\/ \\/ \\/ "<<std::endl
|
||||
<<"___ ___ __"<<std::endl
|
||||
<<"\\ \\ / /______ __ ____ | | ___ ____ ___ ______"<<std::endl
|
||||
<<" \\ \\/ / _ \\ \\/ // __ \\| |/ _ \\ / \\| \\/ ___/"<<std::endl
|
||||
<<" \\ /| |_| | \\ ___/| | _ \\ | \\ | |___ \\"<<std::endl
|
||||
<<" \\ / \\___ >_/\\ > __ >__|_/ \\ >__| /___/____ >"<<std::endl
|
||||
<<" \\/ \\/ \\/ \\/ \\/ \\/ \\/"<<std::endl
|
||||
<<std::endl;
|
||||
|
||||
std::cout<<std::endl;
|
||||
|
|
Loading…
Reference in New Issue