Exemplo n.º 1
0
        private void IntroScreen()
        {
            var gameInfo = new RogueBasin.GameIntro();

            gameInfo.ShowIntroScreen();

            difficulty = gameInfo.Difficulty;
            playerName = gameInfo.PlayerName;
            playItemMovies = gameInfo.ShowMovies;

              //  Game.Dungeon.Difficulty = GameDifficulty.Medium;
               //  Game.Dungeon.Player.Name = "Dave";
               //  Game.Dungeon.Player.PlayItemMovies = true;
        }