hi_score_table: actualitzat el fondo amb els elements nous

This commit is contained in:
2025-01-05 13:41:09 +01:00
parent 871e8da642
commit a16131335b
2 changed files with 3 additions and 1 deletions

View File

@@ -43,6 +43,8 @@ HiScoreTable::HiScoreTable()
background_->setCloudsSpeed(-0.1f);
background_->setGradientNumber(1);
background_->setTransition(0.8f);
background_->setSunProgression(1.0f);
background_->setMoonProgression(0.6f);
fade_->setColor(fade_color.r, fade_color.g, fade_color.b);
fade_->setType(FadeType::RANDOM_SQUARE);
fade_->setPostDuration(param.fade.post_duration);