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