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