法宝界面文字大小修改
parent
89cf7cacfe
commit
6ed696b426
|
|
@ -229,7 +229,7 @@ function this.OnShowHeroAndTalisman()
|
||||||
|
|
||||||
local skillId=curTalismanConFig.Property[i][1]
|
local skillId=curTalismanConFig.Property[i][1]
|
||||||
local curValue=curTalismanConFig.Property[i][2]
|
local curValue=curTalismanConFig.Property[i][2]
|
||||||
proName.text= " "..GetLanguageStrById(propertyConfig[skillId].Info).."+<size=40>"..curValue.."</size>"
|
proName.text= " <size=40>"..GetLanguageStrById(propertyConfig[skillId].Info).."+"..curValue.."</size>"
|
||||||
proImage.sprite=this.spLoader:LoadSprite(artResourcesConfig[propertyConfig[skillId].PropertyIcon].Name)
|
proImage.sprite=this.spLoader:LoadSprite(artResourcesConfig[propertyConfig[skillId].PropertyIcon].Name)
|
||||||
Util.GetGameObject(proImage.gameObject,"Image"):GetComponent("Image"):SetNativeSize()
|
Util.GetGameObject(proImage.gameObject,"Image"):GetComponent("Image"):SetNativeSize()
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue