【本地化】魂灵宝处需要修改
parent
fbe4e36c95
commit
4631f663a8
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue