【本地化】魂灵宝处需要修改

dev_chengFeng
ZhangBiao 2021-03-11 10:41:34 +08:00
parent fbe4e36c95
commit 4631f663a8
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ function this.EquipInfo()
local pos= jewelConfig[data.id].Location
local o=Util.GetGameObject(this.babyGrid,"Pre"..pos)
Util.GetGameObject(o,"Text"):GetComponent("RectTransform").sizeDelta = GetCurLanguage() == 0 and Vector2.New(48, 95) or Vector2.New(95, 95)
local btn=Util.GetGameObject(o,"Frame")
btn.gameObject:SetActive(true)
local frame=Util.GetGameObject(o,"Frame"):GetComponent("Image")