修正预设大小
parent
7fec27d25e
commit
50040fd1f4
|
|
@ -124,7 +124,7 @@ function this:OnShow(_parent,_Data)
|
|||
itemList[k][n] = newObjToParent(self.upStarPre,itemList[k].k[3])
|
||||
end
|
||||
end
|
||||
itemList[k][n].transform.localScale = Vector3.New(0.8,0.8,0.8)
|
||||
itemList[k][n].transform.localScale = Vector3.New(0.7,0.7,0.7)
|
||||
local proImage = Util.GetGameObject(itemList[k][n], "iconbg/proImage"):GetComponent("Image")
|
||||
local iconDefault = Util.GetGameObject(itemList[k][n],"iconDefault")
|
||||
local icon = Util.GetGameObject(itemList[k][n],"icon"):GetComponent("Image")
|
||||
|
|
|
|||
Loading…
Reference in New Issue