render map image

This commit is contained in:
2024-08-05 20:52:25 -04:00
parent f7a3a56a0a
commit 911cf8d5c3
9 changed files with 68 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ impl BiomePainterAsset {
}
}
#[derive(Resource)]
#[derive(Resource, Clone)]
pub struct BiomePainter {
pub biomes: Vec<BiomeAsset>,
}