Exemplo n.º 1
0
        protected override void Draw(GameTime gameTime)
        {
            GraphicsDevice.Clear(Color.CornflowerBlue);
            GraphicsDevice.DepthStencilState = DepthStencilState.None;

            GuiRoot.Draw();
            base.Draw(gameTime);
        }
Exemplo n.º 2
0
 public override void Render(DwarfTime gameTime)
 {
     GuiRoot.Draw();
     base.Render(gameTime);
 }