public static void vibrateUp()
 {
     if (PlayerPrefs.GetInt("vibrate") == 1)
     {
         Vibrate.vibrate();
     }
 }