add doc
Some checks failed
Rust Checks / checks (push) Has been cancelled
Rust Checks / checks (pull_request) Successful in 1m11s

This commit is contained in:
CoCo_Sol 2024-02-21 18:38:36 +01:00
parent c11a797d38
commit 62eacf2c84

View file

@ -9,6 +9,7 @@ use super::{Tile, TilePosition};
/// A plugin to handle the map generation.
pub struct MapGenerationPlugin;
/// The zoom of the map during the generation.
const MAP_GENERATION_ZOOM: f32 = 0.2;
impl Plugin for MapGenerationPlugin {