Mil arreglos de paletes, gifs i colors transparents

El gif del jugador de game over estava mal
This commit is contained in:
2025-03-08 20:04:43 +01:00
parent 7b3f82aa34
commit a14f6fcf6f
22 changed files with 61 additions and 193 deletions

View File

@@ -25,7 +25,7 @@ LoadingScreen::LoadingScreen()
screen_surface_(std::make_shared<Surface>(options.game.width, options.game.height))
{
// Configura la superficie donde se van a pintar los sprites
screen_surface_->clear(stringToColor("white"));
screen_surface_->clear(static_cast<Uint8>(PaletteColor::WHITE));
// Inicializa variables
options.section.section = Section::LOADING_SCREEN;