コード例 #1
0
ファイル: Death.cs プロジェクト: AJLProjects/Moountain_Runner
 void Start()
 {
     falling = Resources.Load<AudioClip>("_Sounds/Falling");
     aS = GameObject.FindWithTag("Player").GetComponent<AudioSource>();
     heightScoreScript = GetComponent<HeightScore>();
     isDead = false;
 }
コード例 #2
0
ファイル: Death.cs プロジェクト: Ianm94/Mountain-Runner
 void Start()
 {
     heightScoreScript = GetComponent<HeightScore>();
     isDead = false;
 }