Simplified PacMan state
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Marro.PacManUdon
|
||||
case 1:
|
||||
// Hide ghosts, start pacman death animation
|
||||
SetGhostsActive(false);
|
||||
pacMan.SetDead(true);
|
||||
pacMan.Die();
|
||||
break;
|
||||
case 2:
|
||||
// Start playing death sound
|
||||
|
||||
Reference in New Issue
Block a user