Пример #1
0
        public MainGame()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            // Create objects
            loading   = new Loading(Content);
            mainMenu  = new MainMenu();
            gameStage = new GameStage();
            gameOver  = new GameOver();
        }
Пример #2
0
        public MainGame()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            // Create objects
            loading = new Loading(Content);
            mainMenu = new MainMenu();
            gameStage = new GameStage();
            gameOver = new GameOver();
        }