Beispiel #1
0
        protected override void LoadContent()
        {
            spriteBatch = new SpriteBatch(GraphicsDevice);
            drawBatch   = new DrawBatch(GraphicsDevice);

            this.appResources = new AppResources(GraphicsDevice, Content, spriteBatch, drawBatch);

            stage = new TutorialStage(appResources);
            stage.LoadContent();
        }