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