Example #1
0
 public GameTemplate() : base()
 {
     Content.RootDirectory = "Content";
     Graphics.graphics     = new GraphicsDeviceManager(this);
     Screen.SetSize(800, 600);
 }