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