From 9ed56dda66d5e8f6968730a46f908dfe1357c15e Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Mon, 16 Nov 2020 15:26:23 +0800 Subject: [PATCH] 修改法阵特效 修改loading适配 --- Assets/Scripts/Guide/GuidePanel.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/Guide/GuidePanel.cs b/Assets/Scripts/Guide/GuidePanel.cs index b201c07..941e2b9 100644 --- a/Assets/Scripts/Guide/GuidePanel.cs +++ b/Assets/Scripts/Guide/GuidePanel.cs @@ -63,7 +63,7 @@ tmpMask.enabled = false; backgroundImg = transform.Find("Button").GetComponent<Image>(); - towerBuyBtn = GameObject.Find("BottomCanvas/TowerBuyBtn"); + towerBuyBtn = GameObject.Find("UICamera/BottomCanvas/Panel/TowerBuyBtn"); tipsUI = transform.Find("Tips").gameObject; tipsUI.transform.SetAsLastSibling();//把tips放在最下面 -- Gitblit v1.9.1