Exemplo n.º 1
0
 void DigUpCarrot(DigCarrot carrot)
 {
     carrot.DigUp();
     iTween.RotateTo(shovel, iTween.Hash("z", -25, "time", carrot.digUpSpeed, "oncomplete", "ResetAmbience", "oncompletetarget", gameObject));
 }
Exemplo n.º 2
0
 public void CollectCarrot(DigCarrot carrot)
 {
     ReturnShovel(true);
 }