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