Exemplo n.º 1
0
 public void Draw(GameTime gameTime, SpriteBatch spriteBatch)
 {
     level.Draw(gameTime, spriteBatch);
     overlay.Draw(gameTime, spriteBatch);
 }
Exemplo n.º 2
0
 public void Draw(GameTime gameTime, SpriteBatch spriteBatch)
 {
     MenuContainer.Draw(gameTime, spriteBatch);
 }