Separated time sequence finish
This commit is contained in:
@@ -2,18 +2,11 @@ namespace Marro.PacManUdon
|
||||
{
|
||||
public partial class GameManager
|
||||
{
|
||||
private void TimeSequenceStepWaitForStartTimeout(int sequenceProgress)
|
||||
private void TimeSequenceFinishedWaitForStartTimeout()
|
||||
{
|
||||
switch (sequenceProgress)
|
||||
if (playerInput.active == false)
|
||||
{
|
||||
case 0:
|
||||
break;
|
||||
case 1:
|
||||
if (playerInput.active == false && hasTimeSequenceQueued == false)
|
||||
{
|
||||
StartAttractMode();
|
||||
}
|
||||
break;
|
||||
StartAttractMode();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user