Bug fixes

This commit is contained in:
Mootfrost777 2022-07-03 12:42:44 +03:00
parent c3e8cff441
commit d9748ef3b1
14 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -269,7 +269,7 @@ namespace Pacman.Classes
vibrateThread.Start(200);
Speed *= 4;
Debug.WriteLine(200 * Game1.pacman.ghostsEaten);
Game1.pacman.highScore += 200 * Game1.pacman.ghostsEaten;
Game1.pacman.Score += 200 * Game1.pacman.ghostsEaten;
Game1.pacman.ghostsEaten++;
Game1.ghostDiedSound.Play();
Directions.Clear();