Move player to Up and Right
@override bool moveUpRight(double speedX, double speedY) { animation?.play(SimpleAnimationEnum.runUpRight); return super.moveUpRight(speedX, speedY); }