Beispiel #1
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     base.Draw(spriteBatch);
     background.Draw(spriteBatch);
     Volamus.Draw(spriteBatch);
     menuManager.Draw(spriteBatch);
 }
Beispiel #2
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     base.Draw(spriteBatch);
     menuManager.Draw(spriteBatch);
 }