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