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