Ejemplo n.º 1
0
 void OnEnable()
 {
     animalImage.sprite = animalImages[UIChapterPanel.ActiveChapter - 1];
     animalImage.color  = LevelManager.GetChapterMainColor(UIChapterPanel.ActiveChapter);
 }