Example #1
0
    void Start()
    {
        //GameManager.PlaySE (2);

        GameParams.MaxScoreC();
        GameParams.DrawScore();
    }
Example #2
0
    void Start()
    {
        GameParams.DrawScore();

        /*// タイトルクリック時の音の変数
         * sound1 = GetComponent<AudioSource> ();*/
    }
Example #3
0
 // Use this for initialization
 void Start()
 {
     GameParams.DrawScore();
 }
Example #4
0
 void Start()
 {
     //GameManager.PlaySE (0);
     GameParams.DrawScore();
 }