Fixed stuff
This commit is contained in:
@@ -13,12 +13,11 @@ namespace Marro.PacManUdon
|
||||
soundManager.PlayGhostEatSound();
|
||||
break;
|
||||
case 1:
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
private void TimeSequenceFinishedGhostCaught()
|
||||
private void TimeSequenceFinalizeGhostCaught()
|
||||
{
|
||||
// Unfreeze and reveal pacman
|
||||
SetPacManActive(true);
|
||||
|
||||
Reference in New Issue
Block a user