Ya muere al caer de alto

This commit is contained in:
2022-09-15 17:01:56 +02:00
parent d53f2695a0
commit 8ad496b510
5 changed files with 33 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ private:
// Comprueba las colisiones del jugador con los objetos
void checkPlayerAndItems();
// Comprueba si el jugador esta vivo
void checkIfPlayerIsAlive();
// Mata al jugador
void killPlayer();