Added New Diving Tiles to the Minigame
This commit is contained in:
@@ -37,7 +37,11 @@ public class BirdEyesBehavior : MonoBehaviour
|
||||
}
|
||||
public void BirdReveal()
|
||||
{
|
||||
bushAnimator.SetTrigger("wolterisout");
|
||||
if (bushAnimator != null)
|
||||
{
|
||||
bushAnimator.SetTrigger("wolterisout");
|
||||
return;
|
||||
}
|
||||
statemachine.ChangeState ("BirdSpawned");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user