private int gradeEarned; // grade earned for this game, 0 is P while 4 is F private void Start() { blackScreenPanel.SetActive(true); this.SetScores(); this.first.Activate(); this.highScoreText.SetActive(false); ResultsManager.PrintResults(); }