Skip to content
Snippets Groups Projects
Commit bcdab5a2 authored by EL-CHAMAA OMAR's avatar EL-CHAMAA OMAR
Browse files

Merge branch '71-points-sprite' into 'main'

small bugfix

Closes #71

See merge request !77
parents 103b3944 b2a46c79
Branches
Tags
2 merge requests!89Main,!77small bugfix
Pipeline #105289 passed with stage
in 1 minute and 9 seconds
......@@ -361,6 +361,7 @@ void Game::handleEntitiesCollisions(const SDL_Rect &pacman)
counter_.save();
counter_.start(config::settings::kDurationEatenGhostFreeze);
pacman_.hide();
ghost->hide();
// Display points sprite.
addPointsToDisplay(points, visuals::ghosts::kScale,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment