Exemplo n.º 1
0
 protected override void setup()
 {
     tutorialTextBalloon.SetActive(true);
     ThoughtBubble.SetActive(false);
     firstGreenAdventurer.isMoving   = false;
     secondGreendAdventurer.isMoving = false;
     thirdGreenAdventurer.isMoving   = false;
     CrusherButton.GetComponent <Collider2D>().enabled = false;
 }
Exemplo n.º 2
0
 private void Step2()
 {
     steve.ChangeHunger(new List <AdventurerType>()
     {
         AdventurerType.GREEN, AdventurerType.BLUE, AdventurerType.BLUE, AdventurerType.BLUE
     });
     base.zoomCamera(1.5f, 1);
     tutorialText.text = "Steve is also ravenous.";
     ThoughtBubble.SetActive(true);
 }