mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-04 19:23:28 +01: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) {
|
||||
setup();
|
||||
|
||||
LOG_INFO(R"text(
|
||||
__ __ _ __ __ _ _
|
||||
| \/ | | | | \/ | | | (_)
|
||||
| \ / |_ _ ___| |__ | \ / | __ _ ___| |__ _ _ __ ___
|
||||
| |\/| | | | / __| '_ \| |\/| |/ _` |/ __| '_ \| | '_ \ / _ \
|
||||
| | | | |_| \__ \ | | | | | | (_| | (__| | | | | | | | __/
|
||||
|_| |_|\__,_|___/_| |_|_| |_|\__,_|\___|_| |_|_|_| |_|\___|)text");
|
||||
|
||||
_update_strategy = std::make_unique<MM::UpdateStrategies::Sequential>();
|
||||
LOG_INFO("defaulting to Sequential (single threaded) UpdateStrategy");
|
||||
//_update_strategy = std::make_unique<MM::UpdateStrategies::Dummy>();
|
||||
|
Loading…
Reference in New Issue
Block a user