From 63f7759c7a1796758b788ea1e2945197c8066d51 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Tue, 8 Sep 2020 18:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=AF=BC=E4=BA=BA=E7=89=A9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua index 4de3c9dbd2..95667acd60 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua @@ -32,7 +32,7 @@ function this:InitComponent() self.handPoint = Util.GetGameObject(self.buttonIcon,"GameObject") - poolManager:LoadLive("live2d_c_yff_0048", self.dialogRoot.transform, Vector3.one * 0.36, Vector3.New(-330, 100)) + poolManager:LoadLive("live2d_c_gyps_00020", self.dialogRoot.transform, Vector3.one * 0.46, Vector3.New(-350, 210)) end --绑定事件(用于子类重写) @@ -140,7 +140,7 @@ function this.ExecuteBehavior(beType, beArgs) if curGuideId == curId then this.NextGuide() end - end) + end) this.button:GetComponent("Button").onClick:RemoveAllListeners() Util.AddClick(this.button, this.NextGuide) end)