示例#1
0
    void Start()
    {
        userData = DataSystem.load();

        this.bestScoreText.text = userData.hightScore.ToString();
        this.updateAudio();
        if (!userData.volumeActive)
        {
            this.volumeImage.texture = this.volumeOff;
        }
    }