This commit is contained in:
puxuan 2025-10-28 11:13:00 +08:00
parent 27f26198b1
commit aaccaa8bd1
2 changed files with 1 additions and 2 deletions

View File

@ -2358,7 +2358,6 @@ function BattleBaseController:getRandomGridInfo()
if self.atkTeam:checkUniversal() and not self.battleData:hadUniversalGrid() then
isUniversal = true
end
isUniversal = true
end
return {gridType = gridType, elementType = elementType, isUniversal = isUniversal}

View File

@ -36,7 +36,7 @@ function PageBtnsComp:refresh(list, index)
if index then
self.scrollRect:moveToIndex(index)
end
self.baseObject:setSizeDeltaX(#self.list * 116)
self.baseObject:setSizeDeltaX(#self.list * 124)
end
return PageBtnsComp