Function bevy_codex::settings::systems::init_settings

source ยท
pub fn init_settings(
    commands: Commands<'_, '_>,
    panel: Query<'_, '_, Entity, Added<SettingsPanel>>,
    settings: Res<'_, Settings>,
)