fn handle_gameplay_setting_changes(
er_change_setting: EventReader<'_, '_, ChangeSetting>,
gameplay_settings: ResMut<'_, GameplaySettings>,
ew_setting_changed: EventWriter<'_, SettingChanged>
)
Expand description
System to handle the gameplay menu button actions.