// Update is called once per frame
 void Update()
 {
     if (strawCountRemaining >= 3)
     {
         SceneManagement.KillWin();
     }
 }