Пример #1
0
 public void DrawTop(SpriteBatch spriteBatch)
 {
     Healthbar.Draw(spriteBatch, sprite.Position);
     LevelIndicator.Draw(spriteBatch, sprite.Position);
     Expbar.Draw(spriteBatch, sprite.Position);
 }
Пример #2
0
 public void DrawTop(SpriteBatch spriteBatch)
 {
     healthbar.Draw(spriteBatch, sprite.Position);
     levelindicator.Draw(spriteBatch, sprite.Position);
 }