public override void draw(SpriteBatch spriteBatch) { if (Background != null) { menuBackground.draw(spriteBatch); } base.draw(spriteBatch); }
public void draw(SpriteBatch spriteBatch) { background.draw(spriteBatch); }