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 32f09423cb - Show all commits

View file

@ -28,7 +28,7 @@ pub struct MapGenerationEvent {
pub radius: usize, pub radius: usize,
} }
/// spawns the tiles if the event is received. /// 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,