Removed clutter from log

This commit is contained in:
2026-06-22 13:35:32 +02:00
parent e431dab042
commit ca116ac77f
7 changed files with 161 additions and 86 deletions

View File

@@ -94,7 +94,7 @@ namespace Marro.PacManUdon
if (!frozen && tile == pacManPosition)
{
Debug.Log("Ghost hit PacMan!");
//Debug.Log("Ghost hit PacMan!");
ghosts[ghostIndex].HitPacMan();
}
@@ -128,7 +128,7 @@ namespace Marro.PacManUdon
if (ghosts[i].HitPacMan()) // Only one collision may happen at a time
{
Debug.Log("PacMan hit ghost!");
//Debug.Log("PacMan hit ghost!");
return;
}
}