From 11c0d5f2a5a95c528528e3f0fc49c12f30ac61ee Mon Sep 17 00:00:00 2001 From: gaoxin Date: Wed, 19 May 2021 20:21:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BC=95=E5=AF=BC=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=8D=E6=98=8E=E5=8E=9F=E5=9B=A0=E5=BC=95=E5=AF=BC?= =?UTF-8?q?=E5=B0=8F=E6=89=8B=E6=B6=88=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua index 38b4a23d8a..fffadecb1a 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua @@ -32,6 +32,7 @@ function this:InitComponent() self.buttonIcon.transform.localPosition = Vector3.zero self.buttonIcon.transform.localScale = Vector3.one self.buttonIcon.transform:SetAsFirstSibling() + self.buttonIcon:SetActive(true) self.hand = Util.GetGameObject (self.buttonIcon, "GameObject") @@ -621,7 +622,6 @@ function this:PlayFoucsAnim(targetPos) if GuideConfig[this.id].Position then this.dialogRoot:SetActive(true) end - if self.tween then self.tween:Kill() end