public void ButtonADown(InputController.ButtonStates buttonStates)
 {
     animation      = new Animation(this);
     animation.Loop = false;
     animation.Frames.Add(new Rectangle(288, 96, 72, 96));
     animation.Frames.Add(new Rectangle(360, 96, 72, 96));
     animation.Frames.Add(new Rectangle(432, 96, 72, 96));
     _state = State.Jumping;
 }
 public void ButtonRightStickDown(InputController.ButtonStates buttonStates)
 {
     throw new NotImplementedException();
 }
 public void ButtonLeftShoulderDown(InputController.ButtonStates buttonStates)
 {
     throw new NotImplementedException();
 }