Adding a map creation plugin #57

Merged
CoCo_Sol merged 39 commits from map-generation into main 2024-02-21 20:10:03 +00:00
Showing only changes of commit 0d9b7c0ce2 - Show all commits

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 noise::{NoiseFn, Perlin};