Ejemplo n.º 1
0
 public void Toggle_Attack(Glucose_States.Player_Control control)
 {
     Glucose_Control = control;
 }
Ejemplo n.º 2
0
 public void Change_Animation_Control(Glucose_States.Player_Control Control)
 {
     // Make Player invisible when piped
     Player_SR.enabled = (Control != Glucose_States.Player_Control.Pipe);
 }
Ejemplo n.º 3
0
 public void Toggle_Movement(Glucose_States.Player_Control Control)
 {
     Glucose_Control = Control;
 }