private void UpdateTitleScreenMusciVolume(float db, float scale)
 {
     titleScreen.ChangeMusicVolume(db, scale);
 }