void Start() { falling = Resources.Load<AudioClip>("_Sounds/Falling"); aS = GameObject.FindWithTag("Player").GetComponent<AudioSource>(); heightScoreScript = GetComponent<HeightScore>(); isDead = false; }
void Start() { heightScoreScript = GetComponent<HeightScore>(); isDead = false; }