コード例 #1
0
ファイル: Game1.cs プロジェクト: Nakos78/Projet_reversi
 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();
 }