Añadido el objeto background al titulo

This commit is contained in:
2024-06-04 13:50:35 +02:00
parent e4c14b275f
commit 96d19599cd
9 changed files with 50 additions and 11 deletions

View File

@@ -2723,7 +2723,7 @@ void Game::render()
// Dibuja la zona de juego y el marcador
SDL_RenderCopy(renderer, canvas, nullptr, &playArea);
scoreboard->render();
//renderSeparator();
renderSeparator();
if ((deathCounter <= 150) && !players[0]->isAlive())
{