From 2f9c449e31777f9f7c9a0290db053a7bdc47a96f Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 10 Sep 2020 16:32:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=89=8B=E5=BC=95=E5=AF=BC=E9=A2=84?= =?UTF-8?q?=E8=AE=BE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/Prefabs/UI/Guide/GuidePanel.prefab | 6 +++--- Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/Prefabs/UI/Guide/GuidePanel.prefab b/Assets/ManagedResources/Prefabs/UI/Guide/GuidePanel.prefab index a503ec725f..738a05bb46 100644 --- a/Assets/ManagedResources/Prefabs/UI/Guide/GuidePanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Guide/GuidePanel.prefab @@ -761,7 +761,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 293.99, y: -155} + m_AnchoredPosition: {x: 242.05, y: -155} m_SizeDelta: {x: 380, y: 48} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &241999028642526116 @@ -835,8 +835,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 180.07, y: -15.200027} - m_SizeDelta: {x: 607.85, y: 143.5} + m_AnchoredPosition: {x: 135.8, y: -25} + m_SizeDelta: {x: 599, y: 211.9} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &379799289798725747 CanvasRenderer: diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua index f350686fb0..0e0fbd81b7 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(-313, 100)) + poolManager:LoadLive("live2d_c_yff_0048", self.dialogRoot.transform, Vector3.one * 0.36, Vector3.New(-330, 100)) end --绑定事件(用于子类重写)