示例#1
0
文件: Program.cs 项目: vrum/roguelike
        private void TestGraphics()
        {
            //Setup a single test level
            MapGeneratorTemplated templateGen = new MapGeneratorTemplated();

            var mapInfo = templateGen.GenerateTestGraphicsDungeon();
        }
示例#2
0
        private void TestGraphics()
        {
            //Setup a single test level
            MapGeneratorTemplated templateGen = new MapGeneratorTemplated();

            var mapInfo = templateGen.GenerateTestGraphicsDungeon();
        }