Functionspawn_pheromones(
pheromone_model_query: Query<(Entity, &Position, &Pheromone, &PheromoneStrength), With<AtNest>>,
phe
rendering/src/nest/pheromone/mod.rs:53
Functionupdate_info_window(
mut contexts: EguiContexts,
ant_query: Query<(&AntRole, &Hunger, Option<&Birthing>), Without<Dead>>,
ui/src/story/info_panel.rs:13