]> git.lizzy.rs Git - minetest.git/commitdiff
Give the ASCII console splash a facelift
authorAlex <24834740+GreenXenith@users.noreply.github.com>
Sat, 15 Jan 2022 16:45:33 +0000 (08:45 -0800)
committerGitHub <noreply@github.com>
Sat, 15 Jan 2022 16:45:33 +0000 (17:45 +0100)
src/server.cpp

index fdf02ed50764f38e691631d50735194e64436512..cff4cc58c3ccf68151612df6f9200d2cba8b95cd 100644 (file)
@@ -512,12 +512,12 @@ void Server::start()
 
        // ASCII art for the win!
        std::cerr
-               << "        .__               __                   __   " << std::endl
-               << "  _____ |__| ____   _____/  |_  ____   _______/  |_ " << std::endl
-               << " /     \\|  |/    \\_/ __ \\   __\\/ __ \\ /  ___/\\   __\\" << std::endl
-               << "|  Y Y  \\  |   |  \\  ___/|  | \\  ___/ \\___ \\  |  |  " << std::endl
-               << "|__|_|  /__|___|  /\\___  >__|  \\___  >____  > |__|  " << std::endl
-               << "      \\/        \\/     \\/          \\/     \\/        " << std::endl;
+               << "         __.               __.                 __.  " << std::endl
+               << "  _____ |__| ____   _____ /  |_  _____  _____ /  |_ " << std::endl
+               << " /     \\|  |/    \\ /  __ \\    _\\/  __ \\/   __>    _\\" << std::endl
+               << "|  Y Y  \\  |   |  \\   ___/|  | |   ___/\\___  \\|  |  " << std::endl
+               << "|__|_|  /  |___|  /\\______>  |  \\______>_____/|  |  " << std::endl
+               << "      \\/ \\/     \\/         \\/                  \\/   " << std::endl;
        actionstream << "World at [" << m_path_world << "]" << std::endl;
        actionstream << "Server for gameid=\"" << m_gamespec.id
                        << "\" listening on ";