biome sampling

This commit is contained in:
2024-07-04 13:11:54 -04:00
parent 9a960bbec9
commit e6e969f053
8 changed files with 85 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ impl GenerationConfig {
}
}
#[derive(Reflect, InspectorOptions, Serialize, Deserialize, Debug)]
#[derive(Reflect, InspectorOptions, Serialize, Deserialize, Debug, Clone)]
pub struct GeneratorLayer {
pub strength: f64,
pub min_value: f64,