From 7d526eef93f8071121dfcfcd4a039b9e51dc3d67 Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Mon, 07 Dec 2020 18:06:09 +0800
Subject: [PATCH] 修复了新手引导多次点击开宝箱页面BUG 所有塔不论上不上阵均受缩放影响 冰冻效果只显示1次 结算页面动效修改 修改地面

---
 Assets/Scripts/Guide/GuideBox.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Assets/Scripts/Guide/GuideBox.cs b/Assets/Scripts/Guide/GuideBox.cs
index 5526274..a41fdc4 100644
--- a/Assets/Scripts/Guide/GuideBox.cs
+++ b/Assets/Scripts/Guide/GuideBox.cs
@@ -149,6 +149,7 @@
     {
         if (callBack != null)
         {
+            bgBtn.interactable=false;
             if (tmpPS != null) tmpPS.SetActive(false);
             //if (tmpObj != null) tmpObj.SetActive(false);
             images.SetActive(false);

--
Gitblit v1.9.1