pub fn spawn_input_configuration_screen(
commands: &mut Commands<'_, '_>,
max_players: u32,
controllers: &Query<'_, '_, &InputController>,
) -> Entity
Expand description
Helper function to spawn input configuration screen
pub fn spawn_input_configuration_screen(
commands: &mut Commands<'_, '_>,
max_players: u32,
controllers: &Query<'_, '_, &InputController>,
) -> Entity
Helper function to spawn input configuration screen