resolve hero tails update
parent
c8f0ecd661
commit
7a0848100a
|
@ -10460,8 +10460,8 @@ RectTransform:
|
|||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_AnchorMin: {x: 0.5, y: 0.5}
|
||||
m_AnchorMax: {x: 0.5, y: 0.5}
|
||||
m_AnchoredPosition: {x: 0, y: -55}
|
||||
m_SizeDelta: {x: 614.31, y: 141.4}
|
||||
m_AnchoredPosition: {x: 0.1, y: -55}
|
||||
m_SizeDelta: {x: 954.6, y: 141.4}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &7110399066815782927
|
||||
CanvasRenderer:
|
||||
|
@ -10484,14 +10484,14 @@ MonoBehaviour:
|
|||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Padding:
|
||||
m_Left: 4
|
||||
m_Left: 0
|
||||
m_Right: 0
|
||||
m_Top: 0
|
||||
m_Bottom: 0
|
||||
m_ChildAlignment: 4
|
||||
m_Spacing: 20
|
||||
m_ChildForceExpandWidth: 1
|
||||
m_ChildForceExpandHeight: 1
|
||||
m_ChildForceExpandWidth: 0
|
||||
m_ChildForceExpandHeight: 0
|
||||
m_ChildControlWidth: 0
|
||||
m_ChildControlHeight: 0
|
||||
--- !u!114 &4616331231395207091
|
||||
|
|
|
@ -65,7 +65,7 @@ function this:OnShow(_parent,...)
|
|||
for i, v in pairs(dropList) do
|
||||
data[i]={v.id,v.num}
|
||||
end
|
||||
FindFairyManager.ResetItemView(this.root,this.root.transform,itemList,4,1,sortingOrder,false,data)
|
||||
FindFairyManager.ResetItemView(this.root,this.root.transform,itemList,10,1,sortingOrder,false,data)
|
||||
end
|
||||
|
||||
function this:OnClose()
|
||||
|
|
Loading…
Reference in New Issue