From 0dd0d87e32b151bb03001ddf6111998ea164e099 Mon Sep 17 00:00:00 2001 From: Marro64 Date: Sun, 21 Dec 2025 18:04:43 +0100 Subject: [PATCH] Clean --- Assets/Scripts/Sequences/Intermission1.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Sequences/Intermission1.cs b/Assets/Scripts/Sequences/Intermission1.cs index b01fcd3..e24735d 100644 --- a/Assets/Scripts/Sequences/Intermission1.cs +++ b/Assets/Scripts/Sequences/Intermission1.cs @@ -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;