コード例 #1
0
 static void Main()
 {
     using (var game = new MainGame())
         game.Run();
 }
コード例 #2
0
ファイル: Fonts.cs プロジェクト: PXLcat/SAT-collisions
 public void Load(MainGame mG)
 {
     this.mG    = mG;
     kenPixel16 = mG.Content.Load <SpriteFont>("KenPixelBlocks");
 }