void Start() { enemies_killed = 0; difficulty = PlayerPrefs.GetInt("difficulty", 2); anim = panel.GetComponent <Animator>(); }