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

@@ -21,7 +21,7 @@ Logo::Logo()
{
since_1998_sprite_->setClip(0, 0, since_1998_surface_->getWidth(), since_1998_surface_->getHeight());
since_1998_color_ = static_cast<Uint8>(PaletteColor::BLACK);
jailgames_color_ = static_cast<Uint8>(PaletteColor::WHITE);
jailgames_color_ = static_cast<Uint8>(PaletteColor::BRIGHT_WHITE);
// Crea los sprites de cada linea
for (int i = 0; i < jailgames_surface_->getHeight(); ++i)