关卡奖励图标适配

wangzhenxing 2022-11-17 10:50:37 +08:00
parent 80ad0b4862
commit 689ebec257
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -1072,6 +1072,7 @@ function this.UpdateOpenSeverWelfare()
if imgName2 and imgName2 ~= "" then
this.OpenSeverWelfareiconText.sprite = this.spLoader:LoadSprite(imgName2)
this.OpenSeverWelfareiconText.gameObject:SetActive(true)
this.OpenSeverWelfareiconText:SetNativeSize()
else
this.OpenSeverWelfareiconText.gameObject:SetActive(false)
end