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