chenxin
2020-11-16 181cd73136a98d45cf8751f8fee0bdb45a78db77
Assets/Scripts/Guide/GuidePanel.cs
@@ -63,7 +63,7 @@
        tmpMask.enabled = false;
        backgroundImg = transform.Find("Button").GetComponent<Image>();
        towerBuyBtn = GameObject.Find("BottomUI/TowerBuyBtn");
        towerBuyBtn = GameObject.Find("BottomCanvas/TowerBuyBtn");
        tipsUI = transform.Find("Tips").gameObject;
        tipsUI.transform.SetAsLastSibling();//把tips放在最下面
@@ -508,7 +508,6 @@
    #endregion
    #region 拖动效果
    private float dragTimer = 1f;
    private void ShowDragPath(Vector2 startP, RectTransform endP)
    {
        if (!dragHandImg.gameObject.activeSelf)