From 15e6d575d0270796bc16f18c896d427e6e7a4287 Mon Sep 17 00:00:00 2001 From: xiejun <467745540@qq.com> Date: Wed, 16 Aug 2023 14:40:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=98=E6=96=97=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Battle/Test/View/SkillSetView.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/Test/View/SkillSetView.lua b/Assets/ManagedResources/~Lua/Modules/Battle/Test/View/SkillSetView.lua index b711520260..9d8745a650 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/Test/View/SkillSetView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/Test/View/SkillSetView.lua @@ -86,7 +86,7 @@ function SkillSetView:Show(camp, pos, BattleView) self.nt10.text = nCombat.AttackDisplaceoffset==nil and "" or (nCombat.AttackDisplaceoffset[1][1].."#"..nCombat.AttackDisplaceoffset[1][2]) self.nt11.text = nCombat.ActionTime self.nt12.text = nCombat.SkillNumbetTime[1][1]==0 and "" or self:SetStr(nCombat.SkillNumbetTime) - self.nt13.text = nCombat.Offset and nCombat.Offset[1].."#"..nCombat.Offset[2] or "" + -- self.nt13.text = nCombat.Offset and nCombat.Offset[1].."#"..nCombat.Offset[2] or "" local sCId = BattleManager.GetCombatIdBySkin(sSkillId, self.role.roleData.skinId) local sCombat = BattleManager.GetSkillCombat(sCId) @@ -102,7 +102,7 @@ function SkillSetView:Show(camp, pos, BattleView) self.st10.text = sCombat.AttackDisplaceoffset==nil and "" or (sCombat.AttackDisplaceoffset[1][1].."#"..sCombat.AttackDisplaceoffset[1][2]) self.st11.text = sCombat.ActionTime self.st12.text = sCombat.SkillNumbetTime[1][1]==0 and "" or self:SetStr(sCombat.SkillNumbetTime) - self.st13.text = sCombat.Offset and sCombat.Offset[1].."#"..sCombat.Offset[2] or "" + -- self.st13.text = sCombat.Offset and sCombat.Offset[1].."#"..sCombat.Offset[2] or "" end function SkillSetView:SetStr(table)