This commit is contained in:
CoCo_Sol 2024-02-21 12:01:21 +01:00
parent 83c36c704d
commit 0d9b7c0ce2

View file

@ -1,4 +1,4 @@
//! All fonctions related to the generation of the map. //! All functions related to the generation of the map.
use bevy::prelude::*; use bevy::prelude::*;
use noise::{NoiseFn, Perlin}; use noise::{NoiseFn, Perlin};