pub fn build_list( commands: Commands<'_, '_>, query: Query<'_, '_, (Entity, &List), Added<List>>, assets: Res<'_, AssetServer>, codex_settings: Res<'_, CodexSettings>, )