public void Quit()
    {
        audioButtons.Play();

        if (!isAnimating)
        {
            sf.FadeToQuitScene();
        }
    }