onPlayRunDownLeftAnimation method

  1. @override
void onPlayRunDownLeftAnimation()
override

Implementation

@override
void onPlayRunDownLeftAnimation() {
  if (isJumping) {
    _jumpDownLeft();
  } else {
    super.onPlayRunDownLeftAnimation();
  }
}