From 7b968c859534dd91647a7839bfe9c091b98afc80 Mon Sep 17 00:00:00 2001 From: Amos <48657826+Mauler125@users.noreply.github.com> Date: Thu, 20 Jan 2022 13:53:15 +0100 Subject: [PATCH] Update r5reloaded logo --- r5dev/core/r5dev.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/r5dev/core/r5dev.h b/r5dev/core/r5dev.h index 140f938f..a2d6f2f5 100644 --- a/r5dev/core/r5dev.h +++ b/r5dev/core/r5dev.h @@ -11,11 +11,11 @@ __declspec(dllexport) void DummyExport() const std::string R5R_LOGO[] = { - R"(+---------------------------------------------+)", - R"(| ___ ___ ___ _ _ _ |)", - R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | |)", - R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | |)", - R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| |)", - R"(| |)", - R"(+---------------------------------------------+)" + R"(+-----------------------------------------------------------------+)", + R"(| ___ ___ ___ _ _ _ ___ __ ___ |)", + R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) / \| _ ) |)", + R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / | () | _ \ |)", + R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)__/|___/ |)", + R"(| |)", + R"(+-----------------------------------------------------------------+)" };