private void Start()
 {
     timelineManager         = timelineManager.GetComponent <TimelineManager>();
     goalText.text           = bottleCount.ToString() + "/" + bottleGoal.ToString() + " Whiskey Bottles";
     tipText.text            = "Tip: Shoot to the beat wth the Left Mouse Button. Press \"R\" to Reload!";
     tutorialPhaseTwoStarted = false;
     largeBottle.SetActive(false);
     levelTransition.SetActive(false);
     bartender.GetComponent <Animator>().SetBool("isRunning", false);
 }