技能提示

This commit is contained in:
xiekaidong 2023-07-07 11:59:25 +08:00
parent b6171cef38
commit adc1186019

View File

@ -88,7 +88,8 @@ function BattleBoardSkillTips:onRefresh()
end end
self.gridLayout:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_GRID_LAYOUT):RefreshLayout() self.gridLayout:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_GRID_LAYOUT):RefreshLayout()
self.gridLayout:setAnchoredPositionY(-148 - addY)
self.validEffectDesc:setAnchoredPositionY(-118 - addY)
if count > 5 then if count > 5 then
addY = addY + MAX_HEIGHT addY = addY + MAX_HEIGHT
elseif count >= 1 then elseif count >= 1 then