Function politburo::menu::setup_menu

source ·
fn setup_menu(
    commands: Commands<'_, '_>,
    assets: Res<'_, MenuAssets>,
    clear_color: ResMut<'_, ClearColor>,
    materials: ResMut<'_, Assets<StandardMaterial>>,
    meshes: Query<'_, '_, (Entity, &Name, &Handle<StandardMaterial>), (With<Handle<Mesh>>, Without<Lightmap>)>
)