@ -58,7 +58,7 @@ public class GameManager {
if(time%moveSpeed == 0) {
player.Move();
if(ghostPlayerColisionTest()) {
livesRemaining--;
handleGhostCollision();
}
for(int i = 0; i<ghostCount; i++) {
ghosts[i].move();