예제 #1
0
 public override void draw(SpriteBatch sprite)
 {
     vida.draw(sprite);
     base.draw(sprite);
     if (prote)
     {
         proteccion.draw(sprite);
     }
 }
예제 #2
0
 public void drawLife(SpriteBatch spriteBatch)
 {
     vida.draw(spriteBatch);
 }