Beispiel #1
0
 /// <summary>
 /// Draws the button on the viewport
 /// </summary>
 /// <param name="spriteBatch"></param>
 public void draw(SpriteBatch spriteBatch)
 {
     spriteBatch.Begin();
     nextlayerButton.draw(spriteBatch);
     banner.draw(spriteBatch);
     lastlayerButton.draw(spriteBatch);
     spriteBatch.End();
 }