public override void Draw(GameTime time, SpriteBatch batch) { startGameBtn.Draw(time, batch); quitGameBtn.Draw(time, batch); title.Draw(time, batch); }