Example #1
0
 public Game1()
 {
     graphics              = new GraphicsDeviceManager(this);
     game                  = new BlockStackerGame(graphics);
     Window.Title          = "Block Stacker";
     Content.RootDirectory = "Content";
     IsMouseVisible        = true;
 }