resolve hero tails update

dev_chengFeng
jiaoyangna 2020-07-31 18:36:54 +08:00
parent c8f0ecd661
commit 7a0848100a
2 changed files with 6 additions and 6 deletions

View File

@ -10460,8 +10460,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: -55} m_AnchoredPosition: {x: 0.1, y: -55}
m_SizeDelta: {x: 614.31, y: 141.4} m_SizeDelta: {x: 954.6, y: 141.4}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &7110399066815782927 --- !u!222 &7110399066815782927
CanvasRenderer: CanvasRenderer:
@ -10484,14 +10484,14 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Padding: m_Padding:
m_Left: 4 m_Left: 0
m_Right: 0 m_Right: 0
m_Top: 0 m_Top: 0
m_Bottom: 0 m_Bottom: 0
m_ChildAlignment: 4 m_ChildAlignment: 4
m_Spacing: 20 m_Spacing: 20
m_ChildForceExpandWidth: 1 m_ChildForceExpandWidth: 0
m_ChildForceExpandHeight: 1 m_ChildForceExpandHeight: 0
m_ChildControlWidth: 0 m_ChildControlWidth: 0
m_ChildControlHeight: 0 m_ChildControlHeight: 0
--- !u!114 &4616331231395207091 --- !u!114 &4616331231395207091

View File

@ -65,7 +65,7 @@ function this:OnShow(_parent,...)
for i, v in pairs(dropList) do for i, v in pairs(dropList) do
data[i]={v.id,v.num} data[i]={v.id,v.num}
end 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 end
function this:OnClose() function this:OnClose()