mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-04-19 01:32:58 +02:00
add mushmachine ascii art
This commit is contained in:
parent
6b06d5cb99
commit
0f361f6505
@ -30,6 +30,14 @@ void Engine::setup(void) {
|
|||||||
Engine::Engine(void) {
|
Engine::Engine(void) {
|
||||||
setup();
|
setup();
|
||||||
|
|
||||||
|
LOG_INFO(R"text(
|
||||||
|
__ __ _ __ __ _ _
|
||||||
|
| \/ | | | | \/ | | | (_)
|
||||||
|
| \ / |_ _ ___| |__ | \ / | __ _ ___| |__ _ _ __ ___
|
||||||
|
| |\/| | | | / __| '_ \| |\/| |/ _` |/ __| '_ \| | '_ \ / _ \
|
||||||
|
| | | | |_| \__ \ | | | | | | (_| | (__| | | | | | | | __/
|
||||||
|
|_| |_|\__,_|___/_| |_|_| |_|\__,_|\___|_| |_|_|_| |_|\___|)text");
|
||||||
|
|
||||||
_update_strategy = std::make_unique<MM::UpdateStrategies::Sequential>();
|
_update_strategy = std::make_unique<MM::UpdateStrategies::Sequential>();
|
||||||
LOG_INFO("defaulting to Sequential (single threaded) UpdateStrategy");
|
LOG_INFO("defaulting to Sequential (single threaded) UpdateStrategy");
|
||||||
//_update_strategy = std::make_unique<MM::UpdateStrategies::Dummy>();
|
//_update_strategy = std::make_unique<MM::UpdateStrategies::Dummy>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user