From d514b3e0f8d3b0fdf541273f6467de1c43378ded Mon Sep 17 00:00:00 2001 From: JieLing Date: Tue, 20 Oct 2020 01:10:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=89=B9=E6=95=88=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0=E7=89=B9=E6=95=88?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua index 183456f8d3..1ad6bcd015 100644 --- a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua @@ -72,8 +72,8 @@ function this:InitComponent() this.helpBtn = Util.GetGameObject(self.gameObject, "helpBtn") this.helpPosition=this.helpBtn:GetComponent("RectTransform").localPosition - this.oneSaiZiEffect=Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Dan") - this.twoSaiZiEffect=Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Shuang") + this.oneSaiZiEffect = Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Dan") + this.twoSaiZiEffect = Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Shuang") end