Ejemplo n.º 1
0
 public void DrawTop(SpriteBatch spriteBatch)
 {
     Healthbar.Draw(spriteBatch, sprite.Position);
     LevelIndicator.Draw(spriteBatch, sprite.Position);
     Expbar.Draw(spriteBatch, sprite.Position);
 }
Ejemplo n.º 2
0
 public void DrawTop(SpriteBatch spriteBatch)
 {
     healthbar.Draw(spriteBatch, sprite.Position);
     levelindicator.Draw(spriteBatch, sprite.Position);
 }