Example #1
0
 static void Main()
 {
     using (var game = new MainGame())
         game.Run();
 }
Example #2
0
 public void Load(MainGame mG)
 {
     this.mG    = mG;
     kenPixel16 = mG.Content.Load <SpriteFont>("KenPixelBlocks");
 }