Ejemplo n.º 1
0
 override protected void MakeOnTouch()
 {
     dialogFerma.GetFermaLocationPlace().Buy();
     if (tutorial)
     {
         Destroy(tutorial);
         tutorial = null;
     }
 }
Ejemplo n.º 2
0
 public void ShowTutorialArrowsAndGetPlace()
 {
     place = dialogFerma.GetFermaLocationPlace();
     if (!place.playedOneTime)
     {
         tutorial = Instantiate(initTutorial) as GameObject;
         tutorial.transform.position = new Vector3(singleTransform.position.x, singleTransform.position.y, -1.1f);
         tutorial.transform.parent   = singleTransform;
     }
 }
Ejemplo n.º 3
0
 override protected void MakeOnTouch()
 {
     dialogFerma.GetFermaLocationPlace().Cancel();
 }