R5Reloaded 2.3 emblem

This commit is contained in:
Kawe Mazidjatari 2023-10-15 16:28:30 +02:00
parent 0eaa226dce
commit 9c4fb57fa7

View File

@ -8,10 +8,10 @@ __declspec(dllexport) void DummyExport()
static const char* const R5R_EMBLEM[] = static const char* const R5R_EMBLEM[] =
{ {
R"(+-------------------------------------------------------------+)", R"(+-------------------------------------------------------------+)",
R"(| ___ ___ ___ _ _ _ ___ ___ |)", R"(| ___ ___ ___ _ _ _ ___ ____ |)",
R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) |_ ) |)", R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) |__ / |)",
R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / _ / / |)", R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / _ |_ \ |)",
R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)___| |)", R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)___/ |)",
R"(| |)"/*, R"(| |)"/*,
R"(+-------------------------------------------------------------+)"*/ R"(+-------------------------------------------------------------+)"*/
}; };