Esempio n. 1
0
 protected override void LoadContent()
 {
     spriteBatch = new SpriteBatch(GraphicsDevice);
     _menu.LoadContent();
     _level.LoadContent("jeu/Level_one");
 }