Bug fixes
This commit is contained in:
parent
c3e8cff441
commit
d9748ef3b1
14 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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();
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue