arreglos en updateColliderPoints()

This commit is contained in:
2025-11-26 12:26:19 +01:00
parent df54930e14
commit 254ef3d11c
3 changed files with 48 additions and 13 deletions

View File

@@ -175,6 +175,7 @@ void Game::updatePlaying(float delta_time) {
handlePlayerIsOnBorder();
handlePlayerAndItemsCollisions();
handlePlayerAndEnemiesCollisions();
player_->handleKillingTiles();
handleIfPlayerIsAlive();
break;