Ejemplo n.º 1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     body.Draw(spriteBatch);
     shirt.Draw(spriteBatch);
     head.Draw(spriteBatch);
     belt.Draw(spriteBatch);
     pants.Draw(spriteBatch);
 }
Ejemplo n.º 2
0
 public void Draw(SpriteBatch spriteBatch)
 {
     if (sprite != null)
     {
         sprite.Draw(spriteBatch);
     }
     else
     {
         sprbow.Draw(spriteBatch);
         sprarrow.Draw(spriteBatch);
     }
 }
Ejemplo n.º 3
0
 public void Draw(SpriteBatch spriteBatch)
 {
     sprite.Draw(spriteBatch);
     weapon.Draw(spriteBatch);
 }