Swap order: Shose -> Ping(Phase1) -> ChanraoTuibu -> Ping(Phase2). Final voice is on ChanraoTuibu complete
This commit is contained in:
@@ -85,17 +85,11 @@ public static class ActionHistory
|
||||
var h = item.Handler as ShoseClickHandler;
|
||||
if (h != null) h.ResetState();
|
||||
}
|
||||
else if (item.Type == ActionType.ChanraoTuibu)
|
||||
{
|
||||
var h = item.Handler as ChanraoTuibuHandler;
|
||||
if (h != null) h.ResetState();
|
||||
}
|
||||
else if (item.Type == ActionType.Woman)
|
||||
{
|
||||
var sm = Object.FindObjectOfType<StepManager>();
|
||||
if (sm != null) sm.DecrementWomanStep();
|
||||
|
||||
// 隐藏下一个小球并恢复当前小球
|
||||
var h = item.Handler as TouchPositionHandler;
|
||||
if (h != null)
|
||||
{
|
||||
@@ -108,4 +102,4 @@ public static class ActionHistory
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user