Add a renderer system with temp assets #60

Closed
CoCo_Sol wants to merge 40 commits from renderer into main
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};