星际显示添加空判断

dev_one_discount
wangzhenxing 2023-09-15 18:00:39 +08:00
parent e7a19ce338
commit fd5cd6836c
1 changed files with 3 additions and 0 deletions

View File

@ -655,6 +655,9 @@ function SetHeroStars(spLoader, starGrid, star, type,_starSize,_scale,_pivot,rot
-- horizonta.childAlignment = "LowerLeft"
-- end
--LogError("star====="..star)
if type==nil then
type=1
end
if star>11 then
type=3
end