Пример #1
0
        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();
        }