From 4d7b6d4f3827f2aa9a59f45e1432b50a15df7fc6 Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Sat, 14 Nov 2020 18:36:50 +0800 Subject: [PATCH] 修改新手引导 --- 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 ee3dbad..b201c07 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("BottomUI/TowerBuyBtn"); + towerBuyBtn = GameObject.Find("BottomCanvas/TowerBuyBtn"); tipsUI = transform.Find("Tips").gameObject; tipsUI.transform.SetAsLastSibling();//把tips放在最下面 -- Gitblit v1.9.1