Esempio n. 1
0
        public override void DrawBackground(IScreen screen, GameClock gameTime)
        {
            base.DrawBackground(screen, gameTime);

            Layout.DrawBackground(screen, gameTime);
        }
Esempio n. 2
0
 /// <summary>
 /// Draw the background of all the items
 /// </summary>
 /// <param name="screen"></param>
 /// <param name="gameTime"></param>
 public void DrawBackground(IScreen screen, GameClock gameTime)
 {
     Layout.DrawBackground(screen, gameTime);
 }