void Start() { volumeSlider.value = PlayPrefsController.GetMasterVolume(); difficultySlider.value = PlayPrefsController.GetDifficulty(); }
void Start() { stars = baseStars - (500 * PlayPrefsController.GetDifficulty()); starText = GetComponent <Text>(); UpdateDisplay(); }