onPlayRunLeftAnimation method

  1. @override
void onPlayRunLeftAnimation()
override

Implementation

@override
void onPlayRunLeftAnimation() {
  if (isJumping) {
    _playJumpUpLeft();
  } else {
    super.onPlayRunLeftAnimation();
  }
}