From 16fc4351131752aed4544b69d9908779b94a9fc2 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 12 Aug 2021 10:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=A8=E6=9C=8D=E5=8D=81=E7=BB=9D=E9=98=B5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Guild/DeathPos/DeathPosPanel.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosPanel.lua b/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosPanel.lua index 8b9dacd52b..8a33bd54ba 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosPanel.lua @@ -120,9 +120,10 @@ function this.RefreshPanel() guildName.text="" posName.sprite=this.spLoader:LoadSprite(guildWarConfig[i].Pic)--guildWarConfig[i].Name preList[i].transform.localPosition=Vector2.New(d[i].pos[1],d[i].pos[2]) - Util.GetGameObject(o,"Guild"):SetActive(false) - Util.GetGameObject(o,"serverName"):SetActive(false) + -- Util.GetGameObject(o,"Guild"):SetActive(false) + -- Util.GetGameObject(o,"serverName"):SetActive(false) end + local colorValue = Color.New(1,1,1,0) DoTween.To( DG.Tweening.Core.DOGetter_float( function () return 0 end),