Example #1
0
    public void ClickBackground(string bg)
    {
        currentAd = bg;
        Debug.Log("背景" + currentAd);
        photoBackground.sprite = AdsDic[currentAd].sprite;

        ResetPosture();

        // todo:换衣服

        ChangeClothEnterAds();
        //=========

        FinalCameraController.ChangeToAdvertisement();
    }