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 ef693b54d9 - Show all commits

View file

@ -28,7 +28,7 @@ pub struct MapGenerationEvent {
pub radius: usize, pub radius: usize,
} }
/// spawns the tiles. /// spawns the tiles if the event is received.
fn generate_map( fn generate_map(
mut event: EventReader<MapGenerationEvent>, mut event: EventReader<MapGenerationEvent>,
mut commands: Commands, mut commands: Commands,