working on game controller input

This commit is contained in:
2021-08-24 19:56:25 +02:00
parent 7c0201f913
commit 39a59336e4
2 changed files with 8 additions and 4 deletions

View File

@@ -1551,7 +1551,7 @@ void Game::renderScoreBoard()
color_t color = {0, 0, 0};
// Si el jugador esta muerto, no pintes el fondo del marcador, así que pase por encima cuando sale despedido
if (mPlayer[0]->isAlive())
//if (mPlayer[0]->isAlive())
mSpriteScoreBoard->render();
// SCORE