Exemple #1
0
    // Use this for initialization
    void Start()
    {
        //StartCoroutine(ScoreAnimation(0.5f, 1000f, 10000f, 2f));

        LaunchNo.text = scoreData.GetLaunchNumber().ToString() + "号機";
        StartCoroutine("PointRateAdd");

        // StartCoroutine(ScoreAnimation(0.5f, 0.0f, scoreData.GetScoreNow(), 1.0f));
    }