Clean
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Marro.PacManUdon
|
|||||||
// Start animation, pacman running and blinky prepared to chase
|
// Start animation, pacman running and blinky prepared to chase
|
||||||
soundManager.SuppressSound(false);
|
soundManager.SuppressSound(false);
|
||||||
soundManager.StartIntermissionSound();
|
soundManager.StartIntermissionSound();
|
||||||
|
|
||||||
pacMan.Reset();
|
pacMan.Reset();
|
||||||
pacMan.SetLevel(4);
|
pacMan.SetLevel(4);
|
||||||
pacMan.SetPowerPellet(false); // Update speed
|
pacMan.SetPowerPellet(false); // Update speed
|
||||||
@@ -53,7 +53,7 @@ namespace Marro.PacManUdon
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
// Pacman starts changing ghosts
|
// Pacman starts chasing ghosts
|
||||||
pacMan.SetDirection(Vector2.right);
|
pacMan.SetDirection(Vector2.right);
|
||||||
pacMan.BecomeBig();
|
pacMan.BecomeBig();
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user