fn update_current_sfx_volume_text(
    volume_settings: Res<'_, VolumeSettings>,
    text_query: Query<'_, '_, &mut Text, With<CurrentSfxVolumeText>>
)
Expand description

System to handle changing the value of the sound effects volume text.