Afegit efecte de fundit a negre per a la paleta principal i per a la secundaria. Implementat en Title

This commit is contained in:
2025-03-07 14:32:35 +01:00
parent 529bfb5e3a
commit 09ac952404
4 changed files with 40 additions and 8 deletions

View File

@@ -202,7 +202,7 @@ void Title::update()
case TitleState::FADE_LOADING_SCREEN:
if (counter_ % 4 == 0)
{
if (true) // poner aqui la condicion de "fin de fade = true"
if (loading_screen_surface_->fadeSubPalette())
{
counter_ = 0;
state_ = TitleState::SHOW_MENU;