Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
2704959c15
|
@ -788,7 +788,7 @@ function SetCardStars(starGrid, star,starType)
|
|||
if starType == 3 then
|
||||
starScale = 7
|
||||
end
|
||||
for i = 1, 21 do
|
||||
for i = 1, starGrid.transform.childCount do
|
||||
starGrid.transform:GetChild(i - 1).gameObject:SetActive(false)
|
||||
end
|
||||
if star < 6 then
|
||||
|
|
Loading…
Reference in New Issue