山河设计图觉醒图标修正

dev_chengFeng
zhangqiang 2021-08-06 14:42:34 +08:00
parent f40d297086
commit 43609ae65d
1 changed files with 3 additions and 0 deletions

View File

@ -519,6 +519,9 @@ function SetCardStars(starGrid, star)
end
elseif star > 9 then
starGrid.transform:GetChild(star).gameObject:SetActive(true)
if star > 10 then
Util.GetGameObject(starGrid.transform:GetChild(star),"star").gameObject:SetActive(false)
end
end
end
-- 在给定节点下加载预设, 返回实例化的预设