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

@@ -17,7 +17,6 @@ pub struct TileMapperAsset {
pub tiles: Vec<Handle<TileAsset>>,
pub tiles_path: Vec<String>,
pub thresholds: Vec<f32>,
pub generator_layers: Vec<GeneratorLayer>
}
impl TileMapperAsset {