FIX: Faltva corregir el flash de destroyAllBalloons()

This commit is contained in:
2024-11-27 18:58:17 +01:00
parent faba87c06d
commit 687d329d23
2 changed files with 2 additions and 2 deletions

View File

@@ -303,7 +303,7 @@ int BalloonManager::destroyAllBalloons()
balloon_deploy_counter_ = 300;
JA_PlaySound(Resource::get()->getSound("powerball.wav"));
Screen::get()->flash(flash_color, 100);
Screen::get()->flash(flash_color, 3);
Screen::get()->shake();
return score;