This commit is contained in:
2025-12-21 18:04:43 +01:00
parent 15267f90e9
commit 0dd0d87e32

View File

@@ -19,7 +19,7 @@ namespace Marro.PacManUdon
// Start animation, pacman running and blinky prepared to chase
soundManager.SuppressSound(false);
soundManager.StartIntermissionSound();
pacMan.Reset();
pacMan.SetLevel(4);
pacMan.SetPowerPellet(false); // Update speed
@@ -53,7 +53,7 @@ namespace Marro.PacManUdon
break;
case 4:
// Pacman starts changing ghosts
// Pacman starts chasing ghosts
pacMan.SetDirection(Vector2.right);
pacMan.BecomeBig();
break;