Move player to Up and Right
@override bool moveUpRight(double speedX, double speedY) { _walk(); return super.moveUpRight(speedX, speedY); }