function星级显示修改

onepiece_demo_arena
wangzhenxing 2023-12-15 11:35:44 +08:00
parent 2f572d8b37
commit 8476f67c95
1 changed files with 2 additions and 2 deletions

View File

@ -448,7 +448,7 @@ function GuildMap_Pos2UV(pos)
end
function GetStarOrGodSoulLv(index,data)
if data.star>11 then
if data.star>=11 then
return data.star,3
end
if data.godSoulLv and data.godSoulLv > 0 then
@ -892,7 +892,7 @@ function SetCardStars(starGrid, star,starType)
else
starGrid.gameObject:SetActive(true)
end
if star>11 then
if star>=11 then
starType=3
end
if starType == 3 then