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