Package civquest.map.overlap

Examples of civquest.map.overlap.RandomTerrainOverlapManager


    } else {
      messages.info("QuadMap.Config", "QMapConf", "FallDefault", whichTerrainOM +
                 " is not a valid TerrainOverlapManager");
      messages.info("QuadMap.Config", "QMapConf", "FallDefault",
              "--> Using RandomTerrainOverlapManager as a default!");
      omManager = new RandomTerrainOverlapManager(quadMap.getGameData(),
                            overlapRegistry);     
    }
    quadMap.setTerrainOverlapManager(omManager);
   
    Section mpSection = settingsRuleset.getSection("movePaths");
View Full Code Here

TOP

Related Classes of civquest.map.overlap.RandomTerrainOverlapManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.