public void StoreSavedInt(string key, int val)
 {
     PlayerPrefs.SetInt(key, val);
 }