Esempio n. 1
0
 protected override void LoadContent()
 {
     spriteBatch = new SpriteBatch(GraphicsDevice);
     Ressources.LoadContent(Content);
     Main = new GameMain();
 }
Esempio n. 2
0
 protected override void LoadContent()
 {
     spriteBatch = new SpriteBatch(GraphicsDevice);
     Ressources.LoadContent(Content);
     Main = new GameMain();
 }