Examples of RandomTerrainOverlapManager


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
Copyright © 2018 www.massapi.com. 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.