This commit is contained in:
CoCo_Sol 2024-02-21 11:42:22 +01:00
parent 74d81721c7
commit 6f061deb34

View file

@ -4,8 +4,7 @@ use bevy::prelude::*;
use noise::{NoiseFn, Perlin}; use noise::{NoiseFn, Perlin};
use super::hex::*; use super::hex::*;
use super::Tile; use super::{Tile, TilePosition};
use super::TilePosition;
/// A plugin to handle the map generation. /// A plugin to handle the map generation.
pub struct MapGenerationPlugin; pub struct MapGenerationPlugin;