Exemple #1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     buttons.Draw(spriteBatch);
 }
Exemple #2
0
 public void Draw(SpriteBatch spriteBatch)
 {
     scores.Draw(spriteBatch);
     buttons.Draw(spriteBatch);
 }