Cleaning up
This commit is contained in:
@@ -101,14 +101,12 @@ namespace Marro.PacManUdon
|
||||
|
||||
if (level == PoleStrechLevels.Strech1 || level == PoleStrechLevels.Separated) // Step forward timed procedure
|
||||
{
|
||||
Debug.Log($"Intermission2Pole Intermission2PoleUpdate");
|
||||
_gameManager.Intermission2PoleUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
public void SetStrechLevel(PoleStrechLevels level)
|
||||
{
|
||||
Debug.Log($"Intermission2Pole SetStrechLevel {level}");
|
||||
_animator.SetFloat("Strech", GetAnimatorValueForStrechLevel(level));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user