private void drawBodyParts(Batch batch) {
   for (BodyPart part : bodyParts) {
     part.draw(batch);
   }
 }