onPlayRunUpLeftAnimation method

  1. @override
void onPlayRunUpLeftAnimation()
override

Implementation

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