24252627282930
this.sizeX = city.sizeX; this.sizeY = city.sizeY; this.delta = 25; this.zoom = zoom; //set up noise generator noise = new FBM(octaves, city.random.nextLong()); }