Added New Diving Tiles to the Minigame

This commit is contained in:
2025-10-08 17:15:20 +02:00
parent 005cf510d5
commit 3bd43a4d6d
63 changed files with 8514 additions and 78 deletions

View File

@@ -37,7 +37,11 @@ public class BirdEyesBehavior : MonoBehaviour
}
public void BirdReveal()
{
bushAnimator.SetTrigger("wolterisout");
if (bushAnimator != null)
{
bushAnimator.SetTrigger("wolterisout");
return;
}
statemachine.ChangeState ("BirdSpawned");
}
}