Esempio n. 1
0
 void OnCollisionEnter2D(Collision2D other)
 {
     //Debug.Log("It over Anaking i have the hight groun");
     if (other.gameObject.CompareTag("Player"))
     {
         //Debug.Log("You Underestimate my clutch ablities ");
         //Debug.Log("Do not Try it ");
         gameManger.Lose();
     }
 }