Modificat el color dels nuvols de la última pantalla

debug: opció de no crear mes globos
This commit is contained in:
2025-01-05 09:22:30 +01:00
parent 198aa45d59
commit cd806363e8
8 changed files with 57 additions and 44 deletions

View File

@@ -1239,7 +1239,9 @@ void Game::checkEvents()
case SDLK_3: // Activa el modo para pasar el juego automaticamente
{
auto_pop_balloons_ = !auto_pop_balloons_;
Notifier::get()->showText({"auto_pop_balloons_ " + boolToString(auto_pop_balloons_)});
Notifier::get()->showText({"auto advance: " + boolToString(auto_pop_balloons_)});
balloon_manager_->destroyAllBalloons();
balloon_manager_->setDeployBalloons(!auto_pop_balloons_);
break;
}
case SDLK_4: // Suelta un item