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

System to handle changing the value of the music volume text.