Ejemplo n.º 1
0
 public void return_center()
 {
     iTween.MoveTo(player, playPoint.transform.position, 5f);
     sharkCanvas.SetActive(false);
     dolphinCanvas.SetActive(false);
     golden_fishCanvas.SetActive(false);
     colored_fishCanvas.SetActive(false);
     MarlinfishCanvas.SetActive(false);
     //killer_whaleCanvas.SetActive (false);
 }
Ejemplo n.º 2
0
 public void go_to_marlinfish()
 {
     iTween.MoveTo(player, Marlinfish.transform.position, 5f);
     MarlinfishCanvas.SetActive(true);
     marlin.PlayDelayed(2.0f);
 }