updated asset loader
prep for adding biomes
This commit is contained in:
@@ -33,7 +33,9 @@ pub fn generate_chunk(chunk_x: f64, chunk_z: f64, cfg: &GenerationConfig, seed:
|
||||
}
|
||||
}
|
||||
return Chunk {
|
||||
points: result,
|
||||
heights: result,
|
||||
moisture: result.clone(),
|
||||
tempurature: result.clone(),
|
||||
chunk_offset: IVec2::new(chunk_x as i32, chunk_z as i32),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user