Retocado el final del ending con fade de audio

This commit is contained in:
2022-11-04 18:36:08 +01:00
parent 332b3f5286
commit d37b21fc3b
6 changed files with 46 additions and 8 deletions

View File

@@ -89,7 +89,7 @@ private:
void checkIfPlayerIsAlive();
// Comprueba si ha terminado la partida
void checkEndGame();
void checkGameOver();
// Mata al jugador
void killPlayer();
@@ -112,6 +112,9 @@ private:
// Pone el color del marcador en función del color del borde de la habitación
void setScoreBoardColor();
// Comprueba si ha finalizado el juego
bool checkEndGame();
public:
// Constructor
Game(SDL_Renderer *renderer, Screen *screen, Resource *resource, Asset *asset, options_t *options, Input *input, Debug *debug);