wangguan
2020-11-23 837df9935ebd81ca8f16bd5aa2a1c4e0bfd26c88
Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs
@@ -80,6 +80,12 @@
        transform.Find("Panel/Bottom").GetComponent<RectTransform>().anchoredPosition += tmpOffect;
        transform.Find("Panel/TowerBuyBtn").GetComponent<RectTransform>().anchoredPosition += tmpOffect;
        transform.Find("Panel/BossHPBar").GetComponent<RectTransform>().anchoredPosition -= tmpOffect*0.5f;
        transform.Find("Panel/Score").GetComponent<RectTransform>().anchoredPosition -= tmpOffect*0.5f;
        transform.Find("Panel/TimeInfo").GetComponent<RectTransform>().anchoredPosition -= tmpOffect*0.5f;
        //transform.Find("Panel/Boss").GetComponent<RectTransform>().anchoredPosition -= tmpOffect*0.5f;
        //darkGroundImg = transform.Find("Image_DarkGround").gameObject;
        darkGroundImg.GetComponent<RectTransform>().offsetMin += tmpOffect;
        darkGroundImg.GetComponent<RectTransform>().offsetMax -= tmpOffect*0.5f;
@@ -88,7 +94,8 @@
        //查询是否已经做过了新手引导
        int guide = PlayerPrefs.GetInt("GemBattleGuide");
        GameConfig.IsNewbie = guide == 0;
        //GameConfig.IsNewbie = false;
        // cx test
        GameConfig.IsNewbie = false;
        if (GameConfig.IsNewbie)
        {
            Debug.Log("开始新手引导");