コード例 #1
0
 void Start()
 {
     ns_cs      = GS_ns.GetComponent <notes_speed>();
     qazas      = qazAS.GetComponent <AudioSource>();
     enteras    = enterAS.GetComponent <AudioSource>();
     scAni      = ScoreCanvas.GetComponent <Animator>();
     cs_geneqaz = GS_geneQAZ.GetComponent <generatorQAZ>();
     JudgTextSwitch(3);
 }
コード例 #2
0
 void Start()
 {
     ns_cs = GS_ns.GetComponent <notes_speed>();
     reset_score();
     se         = SE.GetComponent <AudioSource>();
     se.volume  = option_main.get_se_num() / 100f;
     scAni      = ScoreCanvas.GetComponent <Animator>();
     cs_geneqaz = GS_geneQAZ.GetComponent <generatorQAZ>();
     JudgTextSwitch(3);
 }