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/GuidePanelNew.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Scripts/Guide/GuidePanelNew.cs b/Assets/Scripts/Guide/GuidePanelNew.cs index 6bd2924..e146cf5 100644 --- a/Assets/Scripts/Guide/GuidePanelNew.cs +++ b/Assets/Scripts/Guide/GuidePanelNew.cs @@ -230,7 +230,6 @@ private void Step2_1() { Wood1Appear(); - } private void Wood1Appear() @@ -254,6 +253,9 @@ private void Step2_2() { Wood2Appear(); + + + //StartCoroutine(ShowRimTip(strArray[2])); } @@ -372,7 +374,6 @@ InitRectGuidance(btnImg, 159, 73.5f, Vector2.one); SetRimPos(towerBuyBtn); StartCoroutine(ShowRimTip(strArray[0])); - } /// <summary> @@ -528,7 +529,6 @@ private void Step6_1() { WaterAppear(); - } private void WaterAppear() -- Gitblit v1.9.1