Exemplo n.º 1
0
 protected override void LoadContent()
 {
     // Create a new SpriteBatch, which can be used to draw textures.
     spriteBatch = new SpriteBatch(GraphicsDevice);
     game.LoadContent(Content);
     welcome.LoadContent(Content);
 }
Exemplo n.º 2
0
 protected override void LoadContent()
 {
     // Create a new SpriteBatch, which can be used to draw textures.
     spriteBatch = new SpriteBatch(GraphicsDevice);
     game.LoadContent(Content);
     welcomeScr.LoadContent(Content);
     loadingScr.LoadContent(Content);
     creditsScr.LoadContent(Content);
     configScr.LoadContent(Content);
     helpScr.LoadContent(Content);
     endScr.LoadContent(Content);
 }