Examples of AstralWhiteZoneContext


Examples of me.daddychurchill.CityWorld.Context.Astral.AstralWhiteZoneContext

      canopyForestContext = new AstralForestContext(generator, ForestStyle.CANOPY);
     
      crystalSpiresContext = new AstralCrystalSpiresContext(generator); // crystal pokie bits
     
      blackZoneContext = new AstralBlackZoneContext(generator); // little boxes of unhappiness
      whiteZoneContext = new AstralWhiteZoneContext(generator); // little boxes of happiness
      cityZoneContext = new AstralBuriedCityContext(generator);

      // obsidianMineContext = new AstralObsidianContext(generator); // obsidian maze mines
      // landingZoneContext = new AstralLandingContext(generator); // spaceship landing zone
      // nexusContext = new AstralNexusContext(generator); // the 0,0 zone
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.