Пример #1
0
 public Game1()
 {
     graphics              = new GraphicsDeviceManager(this);
     game                  = new PlatformJumperGame(graphics);
     Window.Title          = "Platform Jumper";
     Content.RootDirectory = "Content";
     IsMouseVisible        = true;
 }