Ejemplo n.º 1
0
 protected override void Draw(GameTime gameTime)
 {
     base.Draw(gameTime);
     GraphicsDevice.Clear(Color.White);
     ActiveWindow.Draw();
     TextEngine.DrawText();
 }