Esempio n. 1
0
 // Update is called once per frame
 public void DownArrow()
 {
     if (!nok && !nok_1 && !nok_3)
     {
         moving = true;
         animator_bro.Play("down_motion_animation");
         player.Down(500);
     }
 }