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