Exemplo n.º 1
0
        protected void DrawGameplay()
        {
            //begun Julain
            //Alex Holm N9918205

            Debug.WriteLine("begin draw gameplay pt 1");
            backgroundGraphics.Render(gameplayGraphics.Graphics);
            //debug code

            Debug.WriteLine("drawgameplay pt 2");
            currentGame.DrawTanks(gameplayGraphics.Graphics, displayPanel.Size);

            Debug.WriteLine("drawgameplay pt 3");
            currentGame.DisplayEffects(gameplayGraphics.Graphics, displayPanel.Size);
            Debug.WriteLine("drawGameplay Done");
        }