Exemple #1
0
 protected override void LoadContent()
 {
     spriteBatch = new SpriteBatch(GraphicsDevice);
     Art.Load(Content);
     Sound.Load(Content);
 }