山河设计图觉醒图标修正
parent
f40d297086
commit
43609ae65d
|
|
@ -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
|
||||
-- 在给定节点下加载预设, 返回实例化的预设
|
||||
|
|
|
|||
Loading…
Reference in New Issue