Exemple #1
0
 public Game1()
 {
     gamePadButtons = new Gamepadbuttons();
     Screen         = new Screenmanager();
     graphics       = new GraphicsDeviceManager(this);
     graphics.PreferredBackBufferHeight = 600;
     graphics.PreferredBackBufferWidth  = 960;
     graphics.IsFullScreen = false;
     Content.RootDirectory = "Content";
 }