Пример #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>();
     insDid = new bool[size];
     for (int i = 0; i < size; i++)
     {
         insDid[i] = true;
     }
 }
Пример #3
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);
 }
Пример #4
0
 void Start()
 {
     GS_ns  = GameObject.FindWithTag("GS_ns");
     n_s_cs = GS_ns.GetComponent <notes_speed>();
     fspeed = n_s_cs.speed;
 }